summaryrefslogtreecommitdiff
path: root/src/core/token.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
committerPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
commitf2bd5d24361d703359494daed291e277bce6eb03 (patch)
tree2012bb281b45adaf86425a52443854c4d4c35eb3 /src/core/token.h
parent1956010ec79fbab604efc2b60d0af325e91f67b8 (diff)
no lines longer than 80chars.
Diffstat (limited to 'src/core/token.h')
-rw-r--r--src/core/token.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/token.h b/src/core/token.h
index 2107dd2..fa20338 100644
--- a/src/core/token.h
+++ b/src/core/token.h
@@ -169,7 +169,8 @@ typedef struct {
Array *p_array;
} Token;
-Token* token_new(char *c_val, TokenType tt_cur, int i_line_nr, int i_pos_nr, char *c_filename);
+Token* token_new(char *c_val, TokenType tt_cur, int i_line_nr,
+ int i_pos_nr, char *c_filename);
Token* token_new_integer(int i_val);
Token* token_new_couble(double d_val);
Token* token_new_string(char *c_val);