]> Git Repo - binutils.git/blobdiff - gas/app.c
White space and comment changes. #ifdef __STDC__ becomes #if __STDC__
[binutils.git] / gas / app.c
index 3198bf70e87dcce39b2de15f98fd50db1e02ef43..2e2a26229979ceec9623d9b9e549e0133a4768fc 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
    
    Modified by Allen Wirfs-Brock, Instantiations Inc 2/90
    */
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include "as.h"                /* For BAD_CASE() only */
 
-#if !defined(__STDC__) && !defined(const)
+#if (__STDC__ != 1) && !defined(const)
 #define const /* Nothing */
 #endif
 
This page took 0.023718 seconds and 4 git commands to generate.