lots of change and add notes
[cdsspec-compiler.git] / benchmark / cliffc-hashtable / simplified_cliffc_hashtable.h
index 89efb8f393006ea6e40aa8bfd404eedda9f7f704..3af3a78ae3cf80c3b404dca4c12ab4f605529c22 100644 (file)
@@ -83,6 +83,8 @@ class cliffc_hashtable {
                # correctness. The key thing is to identify all the commit point.
        
                @Begin
+               @Options:
+                       LANG = C;
                @Global_define:
                        @DeclareVar:
                        spec_hashtable<TypeK, TypeV*> map;