~ubuntu-branches/ubuntu/maverick/python3.1/maverick

« back to all changes in this revision

Viewing changes to Include/metagrammar.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-23 00:01:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090323000127-5fstfxju4ufrhthq
Tags: upstream-3.1~a1+20090322
ImportĀ upstreamĀ versionĀ 3.1~a1+20090322

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef Py_METAGRAMMAR_H
 
2
#define Py_METAGRAMMAR_H
 
3
#ifdef __cplusplus
 
4
extern "C" {
 
5
#endif
 
6
 
 
7
 
 
8
#define MSTART 256
 
9
#define RULE 257
 
10
#define RHS 258
 
11
#define ALT 259
 
12
#define ITEM 260
 
13
#define ATOM 261
 
14
 
 
15
#ifdef __cplusplus
 
16
}
 
17
#endif
 
18
#endif /* !Py_METAGRAMMAR_H */