* support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
[fw/sdcc] / support / cpp2 / cpplib.h
index 97c2e925925b775f4fddbe3a3ff0fe6b4e59612a..55c4f50103bbf31e3d0b96b5392cac0e0d4d35bc 100644 (file)
@@ -392,6 +392,14 @@ struct cpp_options
    * (see _cpp_create_definition in cppmacro.c)
    */
   unsigned char allow_naked_hash;
+
+  /* SDCC _asm specific
+     switch _asm block preprocessing on / off */
+  unsigned char preproc_asm;
+
+  /* SDCC specific
+     object file exetnsion */
+  const char *obj_ext;
 };
 
 /* This structure is passed to the call back when changing file.  */