dgaudet 98/09/17 09:12:33
Modified: apache-nspr/include alloc.h
Log:
add note for something we need to fix
Revision Changes Path
1.4 +1 -0 apache-2.0/apache-nspr/include/alloc.h
Index: alloc.h
===================================================================
RCS file: /export/home/cvs/apache-2.0/apache-nspr/include/alloc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alloc.h 1998/09/05 16:54:08 1.3
+++ alloc.h 1998/09/17 16:12:32 1.4
@@ -163,6 +163,7 @@
int elt_size;
int nelts;
int nalloc;
+ /* XXX: this should be a void *, consider gcc -Wcast-align */
char *elts;
} array_header;
|