Skip to content

Commit

Permalink
Align values.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Sep 30, 2013
1 parent 33bd765 commit 6d6dd22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Source/CDTypeLexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 1997-1998, 2000-2001, 2004-2012 Steve Nygard.

#define TK_EOS 0
#define TK_NUMBER 257
#define TK_IDENTIFIER 258
#define T_NAMED_OBJECT 259
#define TK_QUOTED_STRING 260
#define TK_TEMPLATE_TYPE TK_IDENTIFIER
#define TK_EOS 0
#define TK_NUMBER 257
#define TK_IDENTIFIER 258
#define T_NAMED_OBJECT 259
#define TK_QUOTED_STRING 260
#define TK_TEMPLATE_TYPE TK_IDENTIFIER
#define T_FUNCTION_POINTER_TYPE 1001
#define T_BLOCK_TYPE 1002
#define T_BLOCK_TYPE 1002

typedef enum : NSUInteger {
CDTypeLexerState_Normal = 0,
Expand Down

0 comments on commit 6d6dd22

Please sign in to comment.