diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-30 16:56:33 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-30 16:56:33 +0000 |
commit | 3718c5aca1c636de564cdfa74dd78abfe74f1c0a (patch) | |
tree | ee4b7496bf2a368326edf5ad36440d3235f05b4f /fastjar | |
parent | d36ac9367077dceebcbabbe40271daa8e1a2f678 (diff) | |
download | linaro-gcc-3718c5aca1c636de564cdfa74dd78abfe74f1c0a.tar.gz linaro-gcc-3718c5aca1c636de564cdfa74dd78abfe74f1c0a.tar.bz2 linaro-gcc-3718c5aca1c636de564cdfa74dd78abfe74f1c0a.zip |
fastjar:
* fastjar.texi: Remove @ at start of file.
gcc/java:
* gcj.texi: Remove @ at start of file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65045 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar')
-rw-r--r-- | fastjar/ChangeLog | 4 | ||||
-rw-r--r-- | fastjar/fastjar.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index 33d8d6740b2..1217352e89a 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,7 @@ +2003-03-30 Joseph S. Myers <jsm@polyomino.org.uk> + + * fastjar.texi: Remove @ at start of file. + 2003-03-10 Mohan Embar <gnustuff@thisiscool.com> * dostime.c: add #include <stddef.h> for definition of NULL diff --git a/fastjar/fastjar.texi b/fastjar/fastjar.texi index 42bc4d7e215..b7c1259f05a 100644 --- a/fastjar/fastjar.texi +++ b/fastjar/fastjar.texi @@ -1,4 +1,4 @@ -@\input texinfo @c -*-texinfo-*- +\input texinfo @c -*-texinfo-*- @setfilename fastjar.info @settitle Guide to GNU jar utilites |