Changeset 7d4f6ed for tools/prettyprinter/filter.h
- Timestamp:
- Jun 29, 2017, 8:04:42 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 2b7afbd
- Parents:
- 9335ecc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/prettyprinter/filter.h
r9335ecc r7d4f6ed 1 // -*- Mode: C++ -*-2 1 // 3 // Pretty Printer, Copyright (C) Peter A. Buhr 2002 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 4 6 // 5 7 // filter.h -- … … 8 10 // Created On : Tue Apr 9 22:31:18 2002 9 11 // Last Modified By : Peter A. Buhr 10 // Last Modified On : Tue Apr 9 22:35:55 200211 // Update Count : 212 // Last Modified On : Wed Jun 28 22:57:04 2017 13 // Update Count : 9 12 14 // 13 15 … … 15 17 #define __FILTER_H__ 16 18 17 #include "parse.h" 18 19 #include "parser.hh" 19 20 20 21 extern void (*filter)( Token *tree ); // pointer to filter for parse tree … … 27 28 void HTML( Token *tree ); 28 29 29 #endif /* __FILTER_H__ */ 30 30 #endif // __FILTER_H__ 31 31 32 32 // Local Variables: // 33 // compile-command: "gmake" // 33 // mode: c++ // 34 // tab-width: 4 // 35 // compile-command: "make install" // 34 36 // End: //
Note: See TracChangeset
for help on using the changeset viewer.