Ignore:
Timestamp:
Jun 29, 2017, 8:04:42 AM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

remainder of pretty printer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/prettyprinter/filter.h

    r9335ecc r7d4f6ed  
    1 //                              -*- Mode: C++ -*-
    21//
    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.
    46//
    57// filter.h --
     
    810// Created On       : Tue Apr  9 22:31:18 2002
    911// Last Modified By : Peter A. Buhr
    10 // Last Modified On : Tue Apr  9 22:35:55 2002
    11 // Update Count     : 2
     12// Last Modified On : Wed Jun 28 22:57:04 2017
     13// Update Count     : 9
    1214//
    1315
     
    1517#define __FILTER_H__
    1618
    17 #include "parse.h"
    18 
     19#include "parser.hh"
    1920
    2021extern void (*filter)( Token *tree );                   // pointer to filter for parse tree
     
    2728void HTML( Token *tree );
    2829
    29 #endif /* __FILTER_H__ */
    30 
     30#endif // __FILTER_H__
    3131
    3232// Local Variables: //
    33 // compile-command: "gmake" //
     33// mode: c++ //
     34// tab-width: 4 //
     35// compile-command: "make install" //
    3436// End: //
Note: See TracChangeset for help on using the changeset viewer.