home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Source / Parser / protos / tokenizer.h < prev   
Encoding:
C/C++ Source or Header  |  1999-04-25  |  145 b   |  9 lines

  1. /* Prototypes for use with the Amiga SAS/C Compiler. */
  2.  
  3. #ifdef __SASC
  4.  
  5. /* tokenizer.c */
  6. static int indenterror(struct tok_state *tok);
  7.  
  8. #endif
  9.