* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / doc / builtins.txt
index b73871fada8b72b194e6238edbec2522af95615d..ab40d1342ff74257adc4bba79b4c995d3a3f03f9 100644 (file)
@@ -48,6 +48,7 @@ Function "typeFromStr" parses this encoded string and translates them into sym_l
 /*                      'x' - xdata                                */
 /*                      'p' - code                                 */
 /*                      'd' - data                                 */                     
+/*                      'F' - FUNCTION                             */                     
 /* examples : "ig*" - generic int *                               */
 /*            "cx*" - char xdata *                                 */
 /*            "ui" -  unsigned int                                 */