summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog.google-integration
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/ChangeLog.google-integration')
-rw-r--r--libcpp/ChangeLog.google-integration16
1 files changed, 0 insertions, 16 deletions
diff --git a/libcpp/ChangeLog.google-integration b/libcpp/ChangeLog.google-integration
deleted file mode 100644
index fbf870032eb..00000000000
--- a/libcpp/ChangeLog.google-integration
+++ /dev/null
@@ -1,16 +0,0 @@
-2012-04-23 Ollie Wild <aaw@google.com>
-
- * include/cpplib.h (struct cpp_options): Add new field,
- warn_literal_suffix.
- (CPP_W_LITERAL_SUFFIX): New enum.
- * init.c (cpp_create_reader): Default initialization of
- warn_literal_suffix.
- * lex.c (lex_raw_string): Treat user-defined literals which don't
- begin with '_' as separate tokens and produce a warning.
- (lex_string): Ditto.
-
-Copyright (C) 2012 Free Software Foundation, Inc.
-
-Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved.