* src/pic/glue.h: added pic14aopLiteral prototype
[fw/sdcc] / src / pic / glue.h
index ce5424317b6dc915b1b7d740b76ede93edb60e77..b5b285dfc285bf6049d9db6166f0b26e49ffe398 100644 (file)
@@ -26,5 +26,6 @@
 #define PIC_GLUE_H
 
 void picglue (void);
+unsigned int pic14aopLiteral (value *val, int offset);
 
 #endif