* src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
[fw/sdcc] / src / asm.h
index 2ebefe13c2a5f5642c2401ddeae647cf1714f125..3ae8fc6a5a8bd033265fab8eb72376f2cf45cf59 100644 (file)
--- a/src/asm.h
+++ b/src/asm.h
@@ -26,6 +26,8 @@ struct _ASM_MAPPINGS
  */
 extern const ASM_MAPPINGS asm_asxxxx_mapping;
 extern const ASM_MAPPINGS asm_gas_mapping;
+extern const ASM_MAPPINGS asm_a390_mapping;
+extern const ASM_MAPPINGS asm_xa_asm_mapping;
 
 /** Last entry has szKey = NULL.
  */
@@ -33,4 +35,5 @@ void asm_addTree (const ASM_MAPPINGS * pMappings);
 
 char *FileBaseName (char *fileFullName);
 
+char *printCLine (char *srcFile, int lineno);
 #endif