changeset 1449:e9929b7b37ad

[xemacs-hg @ 2003-05-03 01:55:35 by youngs] 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU> * text.h (IBYTE_STRING_TO_ALLOCA): Removed a stray backslash from the preceding comment.
author youngs
date Sat, 03 May 2003 01:55:35 +0000
parents 5b0af12cd2f1
children 3ab23e223e0a
files src/ChangeLog src/text.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri May 02 23:12:17 2003 +0000
+++ b/src/ChangeLog	Sat May 03 01:55:35 2003 +0000
@@ -1,3 +1,8 @@
+2003-05-01  Andrew Begel  <abegel@CS.Berkeley.EDU>
+
+	* text.h (IBYTE_STRING_TO_ALLOCA): Removed a stray backslash from
+	the preceding comment.
+
 2003-05-02  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* config.h.in (HAVE_INTPTR_T_IN_SYS_TYPES_H): New.
--- a/src/text.h	Fri May 02 23:12:17 2003 +0000
+++ b/src/text.h	Sat May 03 01:55:35 2003 +0000
@@ -1097,7 +1097,7 @@
   memcpy (*_lta_, XSTRING_DATA (_lta_2), 1 + XSTRING_LENGTH (_lta_2));	\
 } while (0)
 
-/* Make an alloca'd copy of a Ibyte * */	\
+/* Make an alloca'd copy of a Ibyte * */
 #define IBYTE_STRING_TO_ALLOCA(p, lval)		\
 do {						\
   Ibyte **_bsta_ = (Ibyte **) &(lval);		\