* src/pic/glue.h: added pic14aopLiteral prototype
[fw/sdcc] / src / pic16 / glue.c
index 43e01599e7671537eba4f08de82df1c18eb7a1b0..107c2e941a645af28580278985de820363573947 100644 (file)
@@ -79,7 +79,7 @@ extern void pic16_pCodeConstString(char *name, char *value);
 /*-----------------------------------------------------------------*/
 /* aopLiteral - string from a literal value                        */
 /*-----------------------------------------------------------------*/
-int pic16aopLiteral (value *val, int offset)
+unsigned int pic16aopLiteral (value *val, int offset)
 {
   union {
     float f;