diff src/text.h @ 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 1b0339b048ce
children 64eaceca611d
line wrap: on
line diff
--- 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);		\