pragma.h 296 B

123456789101112
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef LANG_CEM_CEMCOM_ANSI_PRAGMA_H
  6. #define LANG_CEM_CEMCOM_ANSI_PRAGMA_H
  7. /* lang/cem/cemcom.ansi/pragma.c */
  8. int do_pragma(void);
  9. #endif /* LANG_CEM_CEMCOM_ANSI_PRAGMA_H */