home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / ada / adaed-1.11 / adaed-1 / Adaed-1.11.0a / errsprots.h < prev    next >
Encoding:
Text File  |  1992-02-07  |  562 b   |  16 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8. */
  9.  
  10. void syntax_err(struct tok_loc *, struct tok_loc *, char *);
  11. void match_error(int, int, char *, struct tok_loc *, struct tok_loc *);
  12. void prs_warning(struct tok_loc *, struct tok_loc *,  char *);
  13. void lexerr(int, int, int, char *);
  14. void write_pragma(int, struct tok_loc *, struct tok_loc *);
  15. void print_tree(struct ast *);
  16.