* src/pic16/main.c (_process_pragma): check for missing
[fw/sdcc] / src / pic16 / glue.h
index 30e54dde9d3cf8df4bcc187282b68511a1b53257..7df7587c71d25037cb416efaa4c57718a38b958b 100644 (file)
    You are forbidden to forbid anyone else to use, share and improve
    what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
-#include "SDCCglobl.h"
-#include "SDCCmem.h"
 
-#ifndef SDCCGLUE_H
-#define SDCCGLUE_H 1
+#ifndef PIC16_GLUE_H
+#define PIC16_GLUE_H
 
-void glue ();
-/* drdani Jan 30 2000
-   This is needed in gen.c of z80 port */
-char *aopLiteral (value *, int);
+void pic16glue (void);
 
 #endif