diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-08 11:40:54 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-08 11:40:54 +0000 |
commit | b1faf9f54fcb5e8fada33d4d1c721dc2da575202 (patch) | |
tree | 04ed304cfd27d1d7d93858b9867ca08306995e75 /gcc/LANGUAGES | |
parent | 8115df7bca123951dd170927384c0f2f41452031 (diff) | |
download | gcc-b1faf9f54fcb5e8fada33d4d1c721dc2da575202.tar.gz |
Note lang_print_xnode change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19042 138bc75d-0d04-0410-961f-82ee72b054a4
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 216ad2e798f..ed8a8967d0c 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: |