From 08c7ae5a5103100df7b61e27d7e03452c01af9f7 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Sun, 23 Jun 2002 19:56:05 +0000 Subject: decl.c (finish_function): Change "#ifdef VMS_TARGET" to "#if VMS_TARGET". * decl.c (finish_function): Change "#ifdef VMS_TARGET" to "#if VMS_TARGET". From-SVN: r54929 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/decl.c') diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index de6a293..dc75876 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -14132,7 +14132,7 @@ finish_function (flags) if (DECL_MAIN_P (current_function_decl)) { /* Make it so that `main' always returns 0 by default. */ -#ifdef VMS_TARGET +#if VMS_TARGET finish_return_stmt (integer_one_node); #else finish_return_stmt (integer_zero_node); -- cgit v1.1