ack/lang/cem/cemcom.ansi/pragma.h
2015-06-24 23:41:47 +01:00

13 lines
296 B
C

/*
* The Amsterdam Compiler Kit
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef LANG_CEM_CEMCOM_ANSI_PRAGMA_H
#define LANG_CEM_CEMCOM_ANSI_PRAGMA_H
/* lang/cem/cemcom.ansi/pragma.c */
int do_pragma(void);
#endif /* LANG_CEM_CEMCOM_ANSI_PRAGMA_H */