summaryrefslogtreecommitdiff
path: root/gcc/doc/interface.texi
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-18 01:20:48 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-18 01:20:48 +0000
commita0ecd6b1608c0d07c6a388a764c77a893de79b61 (patch)
treeb8bb49bcf07541a2953d86f7d22e13ca077c4398 /gcc/doc/interface.texi
parentf73d7f5d65f6a186b6632b5d2e43d7e43faf5bad (diff)
downloadgcc-a0ecd6b1608c0d07c6a388a764c77a893de79b61.tar.gz
* doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
doc/cppopts.texi, doc/extend.texi, doc/install.texi, doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use @smallexample instead of @example. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76075 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/interface.texi')
-rw-r--r--gcc/doc/interface.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/interface.texi b/gcc/doc/interface.texi
index d2210e93865..262a4efb8f9 100644
--- a/gcc/doc/interface.texi
+++ b/gcc/doc/interface.texi
@@ -1,5 +1,5 @@
@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-@c 1999, 2000, 2001 Free Software Foundation, Inc.
+@c 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -76,10 +76,10 @@ just take the address of the variable. If a variable's address is ever
taken, even if just to compute it and ignore it, then the variable cannot
go in a register:
-@example
+@smallexample
@{
int careful;
&careful;
@dots{}
@}
-@end example
+@end smallexample