View | Details | Raw Unified | Return to bug 16255 | Differences between
and this patch

Collapse All | Expand All

(-)func/event/include/token.h (-3 / +3 lines)
Lines 9-17 Link Here
9
****************************************************************************/
9
****************************************************************************/
10
10
11
// symbolic name
11
// symbolic name
12
const AUTO = -1;
12
const int AUTO = -1;
13
const MAX_NUM_RATTR = 5;
13
const int MAX_NUM_RATTR = 5;
14
const MAX_NUM_IATTR = 3;
14
const int MAX_NUM_IATTR = 3;
15
15
16
class Token
16
class Token
17
  {
17
  {

Return to bug 16255