fixed Preprocessor token
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 20 Mar 2006 10:14:42 +0000 (10:14 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 20 Mar 2006 10:14:42 +0000 (10:14 +0000)
ir/be/ia32/ia32_emitter.c

index 53d860d..56e1b75 100644 (file)
@@ -38,7 +38,7 @@
 # define obstack_chunk_free free
 #endif
 
-#define BLOCK_PREFIX(x) ".L" ## x
+#define BLOCK_PREFIX(x) ".L" # x
 
 extern int obstack_printf(struct obstack *obst, char *fmt, ...);