Commit 64008915 by Janis Johnson Committed by Janis Johnson

obj-c++.exp (obj-c++_target_compile): Declare global variable, remove extraneous semicolons.

	* lib/obj-c++.exp (obj-c++_target_compile): Declare global variable,
	remove extraneous semicolons.

From-SVN: r100229
parent 5b3bcba2
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment