src/tokens.h

changeset 75
bf8c57437231
parent 73
1ee9b312dc18
child 79
2425fa6a4f21
equal deleted inserted replaced
74:007fbadfa7f9 75:bf8c57437231
1 /* 1 /*
2 Copyright (c) 2013-2014, Santeri Piippo 2 Copyright (c) 2012-2014, Santeri Piippo
3 All rights reserved. 3 All rights reserved.
4 4
5 Redistribution and use in source and binary forms, with or without 5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions are met: 6 modification, are permitted provided that the following conditions are met:
7 7
28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 */ 29 */
30 30
31 #ifndef TOKENS_H 31 #ifndef TOKENS_H
32 #define TOKENS_H 32 #define TOKENS_H
33
34 #include <climits>
33 35
34 // ======================================================= 36 // =======================================================
35 enum e_token 37 enum e_token
36 { 38 {
37 // Non-word tokens 39 // Non-word tokens

mercurial