diff options
| author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-30 11:09:43 +0000 |
|---|---|---|
| committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-30 11:09:43 +0000 |
| commit | 02ec59a8a813f47c34818a19ea6fb05c679a1f65 (patch) | |
| tree | 4b8c88fd9b64c05c879d830c1dc17258093904b3 | |
| parent | a91e34df091f3ccdcd0b3ba13cb7a435fc2e26ac (diff) | |
| download | ppe42-gcc-02ec59a8a813f47c34818a19ea6fb05c679a1f65.tar.gz ppe42-gcc-02ec59a8a813f47c34818a19ea6fb05c679a1f65.zip | |
* README.FRESCO: Remove obsolete file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37873 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/README.FRESCO | 17 |
2 files changed, 4 insertions, 17 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd650a094cc..0dc74973d81 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * README.FRESCO: Remove obsolete file. + 2000-11-30 Mark Kettenis <kettenis@gnu.org> * configure.in: Reorganize handling of *-*-gnu*, to share target diff --git a/gcc/README.FRESCO b/gcc/README.FRESCO deleted file mode 100644 index 334e78023a9..00000000000 --- a/gcc/README.FRESCO +++ /dev/null @@ -1,17 +0,0 @@ -Compiling Fresco with g++ ------------------------------ - -Fresco is an evolving interface and toolkit for object-oriented -graphics. A preliminary version (written in C++) was released -with x11r6. - -Previous versions of Fresco have not compiled using g++, -partly because of the use of true and false as identifiers. -(They are now reserved words in g++, as required by the -ANSI/ISO draft standard for C++.) - -If you get x11r6 with public patch #5 or a later version -of Fresco, these problems should now be fixed. - -See http://www.faslab.com/fresco/HomePage.html for information -on Fresco, including how to get the latest version. |

