* src/SDCC.y (declaration_specifiers, function_specifier),
[fw/sdcc] / support / Util / SDCCerr.c
index 6bc3f65027ae86675987281568845de70bf74475..e0aaf93031c6779e11aa9745bb632b7927c26c2e 100644 (file)
@@ -438,6 +438,8 @@ struct
    "#pragma %s: bad argument(s); pragma ignored" },
 { E_BAD_RESTRICT, ERROR_LEVEL_ERROR,
    "Only pointers may be qualified with 'restrict'" },
+{ E_BAD_INLINE, ERROR_LEVEL_ERROR,
+   "Only functions may be qualified with 'inline'" },
 };
 
 /*