This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c/3964: typo in ginclude/stddef.h (__SIZE__TYPE__)



>Number:         3964
>Category:       c
>Synopsis:       typo in ginclude/stddef.h (__SIZE__TYPE__)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 08 10:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Fred Fish
>Release:        3.1 20010801 (experimental)
>Organization:
Be Inc.
>Environment:
System: Linux fishpond.ninemoons.com 2.4.2-2smp #1 SMP Sun Apr 8 20:21:34 EDT 2001 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: arm-unknown-elf
configured with: /src/sourceware/gcc/gcc/configure --host=i686-pc-linux-gnu -v --prefix=/usr/sourceware --target=arm-elf --enable-shared : (reconfigured)  : (reconfigured) /src/sourceware/gcc/gcc/configure --with-gcc-version-trigger=/src/sourceware/gcc/gcc/gcc/version.c --host=i686-pc-linux-gnu -v --prefix=/usr/sourceware --target=arm-elf --enable-shared
>Description:
	There is a typo, __SIZE__TYPE__ should be __SIZE_TYPE__
>How-To-Repeat:
>Fix:

2001-08-08  Fred Fish  <fnf@be.com>

	* ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be
	__SIZE_TYPE__.

Index: ginclude/stddef.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ginclude/stddef.h,v
retrieving revision 1.11
diff -u -r1.11 stddef.h
--- stddef.h	2001/04/12 02:13:00	1.11
+++ stddef.h	2001/08/08 17:04:34
@@ -115,7 +115,7 @@
 #endif
 
 /* In case nobody has defined these types, but we aren't running under
-   GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE__TYPE__, and
+   GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
    __WCHAR_TYPE__ have reasonable values.  This can happen if the
    parts of GCC is compiled by an older compiler, that actually
    include gstddef.h, such as collect2.  */

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]