* configure.host: Change irix5 to irix[56]*.
[deliverable/binutils-gdb.git] / gdb / scm-tags.h
index 27fc34e4218dc1e95e560bf6721f49f74757feb0..a3b736b59daa1ad76b239cb83a3bd4ce73f9682d 100644 (file)
@@ -210,7 +210,7 @@ typedef long SCM;
 
 enum scm_tags
 {
-  scm_tc8_char = 0xf4,
+  scm_tc8_char = 0xf4
 };
 
 #define SCM_ITAG8(X)           ((int)(X) & 0xff)
This page took 0.024416 seconds and 4 git commands to generate.