Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-08-11 22:22:30 +0000
committereutarass2008-08-11 22:22:30 +0000
commite77cf78ed160121aa77608c61132c0879a8e252e (patch)
tree55d921aeca5efb9dd587d23457d6f2b0fbb0eb95 /linenumbers_win32.c
parent58d5fba106485b37de4e9743e53dcf91ebd34aa6 (diff)
downloadorg.eclipse.tcf.agent-e77cf78ed160121aa77608c61132c0879a8e252e.tar.gz
org.eclipse.tcf.agent-e77cf78ed160121aa77608c61132c0879a8e252e.tar.xz
org.eclipse.tcf.agent-e77cf78ed160121aa77608c61132c0879a8e252e.zip
More functionality of Expressions service is implemented.
Expressions view is now supported by TCF debugger prototype. Fixed build error on CygWin
Diffstat (limited to 'linenumbers_win32.c')
-rw-r--r--linenumbers_win32.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/linenumbers_win32.c b/linenumbers_win32.c
index b3296e46..da68f156 100644
--- a/linenumbers_win32.c
+++ b/linenumbers_win32.c
@@ -1,16 +1,16 @@
-/*******************************************************************************
- * Copyright (c) 2007, 2008 Wind River Systems, Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and Eclipse Distribution License v1.0 which accompany this distribution.
- * The Eclipse Public License is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * and the Eclipse Distribution License is available at
- * http://www.eclipse.org/org/documents/edl-v10.php.
- *
- * Contributors:
- * Wind River Systems - initial API and implementation
- *******************************************************************************/
+/*******************************************************************************
+ * Copyright (c) 2007, 2008 Wind River Systems, Inc. and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * and Eclipse Distribution License v1.0 which accompany this distribution.
+ * The Eclipse Public License is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ * Wind River Systems - initial API and implementation
+ *******************************************************************************/
/*
* TCF service line Numbers

Back to the top