fix spacing error
authorIan Lance Taylor <ian@airs.com>
Tue, 4 Feb 1997 21:35:47 +0000 (21:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 4 Feb 1997 21:35:47 +0000 (21:35 +0000)
gas/config/tc-sparc.c

index c2b1f7e50461c0156b0779082df5c3108339d65e..f0d751aedc33d59f2e292374cbc9a1daf915e183 100644 (file)
@@ -2847,7 +2847,7 @@ struct option md_longopts[] = {
 #define OPTION_BIG_ENDIAN (OPTION_MD_BASE + 4)
   {"EB", no_argument, NULL, OPTION_BIG_ENDIAN},
 #endif
-  #define OPTION_ENFORCE_ALIGNED_DATA (OPTION_MD_BASE + 5)
+#define OPTION_ENFORCE_ALIGNED_DATA (OPTION_MD_BASE + 5)
   {"enforce-aligned-data", no_argument, NULL, OPTION_ENFORCE_ALIGNED_DATA},
   {NULL, no_argument, NULL, 0}
 };
This page took 0.027834 seconds and 4 git commands to generate.