[go: up one dir, main page]

File: SASTBase.h

package info (click to toggle)
sorcerer 1.0
  • links: PTS
  • area: main
  • in suites: slink
  • size: 736 kB
  • ctags: 1,524
  • sloc: ansic: 11,308; cpp: 1,388; makefile: 300
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
#ifndef SASTBase_h
#define SASTBase_h

#include "PCCTSAST.h"

typedef PCCTS_AST SORASTBase;

#endif