[xiph-cvs] cvs commit: ao/include/ao os_types.h.in
Chris Cheney
calc at xiph.org
Fri Oct 10 21:06:29 PDT 2003
calc 03/10/11 00:06:29
Modified: include/ao os_types.h.in
Log:
sint_8 and sint_32 values were reversed
Revision Changes Path
1.4 +2 -2 ao/include/ao/os_types.h.in
Index: os_types.h.in
===================================================================
RCS file: /usr/local/cvsroot/ao/include/ao/os_types.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- os_types.h.in 4 Aug 2001 02:56:13 -0000 1.3
+++ os_types.h.in 11 Oct 2003 04:06:29 -0000 1.4
@@ -32,8 +32,8 @@
typedef unsigned char uint_8;
typedef unsigned @SIZE16@ uint_16;
typedef unsigned @SIZE32@ uint_32;
-typedef signed char sint_32;
+typedef signed char sint_8;
typedef signed @SIZE16@ sint_16;
-typedef signed @SIZE32@ sint_8;
+typedef signed @SIZE32@ sint_32;
#endif /* __OS_TYPES_H__ */
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list