* lib/obj-c++.exp (obj-c++_target_compile): Declare global variable,
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 May 2005 21:25:27 +0000 (21:25 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 May 2005 21:25:27 +0000 (21:25 +0000)
remove extraneous semicolons.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100229 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/obj-c++.exp

index 8f6bd14..41a2801 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-26  Janis Johnson  <janis187@us.ibm.com>
+
+       * lib/obj-c++.exp (obj-c++_target_compile): Declare global variable,
+       remove extraneous semicolons.
+
 2005-05-26  Ziemowit Laski  <zlaski@apple.com>
 
        * obj-c++.dg/comp-types-12.mm: New.
index 2b7c944..e88e011 100644 (file)
@@ -284,11 +284,12 @@ proc obj-c++_init { args } {
 #
 
 proc obj-c++_target_compile { source dest type options } {
-    global tmpdir;
+    global tmpdir
+    global srcdir
     global gpp_compile_options
     global gluefile wrap_flags
-    global ALWAYS_OBJCXXFLAGS;
-    global OBJCXX_UNDER_TEST;
+    global ALWAYS_OBJCXXFLAGS
+    global OBJCXX_UNDER_TEST
 
     lappend options "libs=-lobjc"