Home | History | Annotate | Download | only in h
      1 #ifndef SASTBase_h
      2 #define SASTBase_h
      3 
      4 #include "PCCTSAST.h"
      5 
      6 typedef PCCTS_AST SORASTBase;
      7 
      8 #endif
      9