aboutsummaryrefslogtreecommitdiff
path: root/gcc/LANGUAGES
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-08 05:40:54 -0600
committerJeff Law <law@gcc.gnu.org>1998-04-08 05:40:54 -0600
commitf36c0c095f63d7d1122e8c561bb413420b73527e (patch)
tree04ed304cfd27d1d7d93858b9867ca08306995e75 /gcc/LANGUAGES
parent4a00b8156164d24bdfe58aba99bb532c226518b9 (diff)
downloadgcc-f36c0c095f63d7d1122e8c561bb413420b73527e.zip
gcc-f36c0c095f63d7d1122e8c561bb413420b73527e.tar.gz
gcc-f36c0c095f63d7d1122e8c561bb413420b73527e.tar.bz2
Note lang_print_xnode change.
From-SVN: r19042
Diffstat (limited to 'gcc/LANGUAGES')
-rw-r--r--gcc/LANGUAGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/LANGUAGES b/gcc/LANGUAGES
index 216ad2e..ed8a896 100644
--- a/gcc/LANGUAGES
+++ b/gcc/LANGUAGES
@@ -6,6 +6,9 @@ time as we can formally start documenting the interface this file will
serve as a repository for information on these interface and any incompatable
changes we've made.
+Apr 1, 1998:
+ Front-ends must now define lang_print_xnode. It is safe for this
+ function to do nothing. See c-lang.c.
Feb 1, 1998: