summaryrefslogtreecommitdiff
path: root/gcc/input.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gcc.gnu.org>2013-11-06 23:51:36 +0100
committerDodji Seketeli <dodji@gcc.gnu.org>2013-11-06 23:51:36 +0100
commit7f4d640cd9ecf834ce2f6ab469076ddd49021374 (patch)
tree44627b6221b370fdd68008a052a86fa6e7c16f32 /gcc/input.h
parent9954c743b9e985bd30194525464a0a8a64697b68 (diff)
Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero literals"
This reverts commit fc3eff8854861fcd70d33d26095b17fe456fae31. From-SVN: r204490
Diffstat (limited to 'gcc/input.h')
-rw-r--r--gcc/input.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/input.h b/gcc/input.h
index 128e28cd942..8fdc7b28d92 100644
--- a/gcc/input.h
+++ b/gcc/input.h
@@ -37,8 +37,7 @@ extern char builtins_location_check[(BUILTINS_LOCATION
< RESERVED_LOCATION_COUNT) ? 1 : -1];
extern expanded_location expand_location (source_location);
-extern const char *location_get_source_line (expanded_location xloc,
- int *line_size);
+extern const char *location_get_source_line (expanded_location xloc);
extern expanded_location expand_location_to_spelling_point (source_location);
extern source_location expansion_point_location_if_in_system_header (source_location);