diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-08 05:40:54 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-08 05:40:54 -0600 |
commit | f36c0c095f63d7d1122e8c561bb413420b73527e (patch) | |
tree | 04ed304cfd27d1d7d93858b9867ca08306995e75 /gcc/LANGUAGES | |
parent | 4a00b8156164d24bdfe58aba99bb532c226518b9 (diff) | |
download | gcc-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/LANGUAGES | 3 |
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: |