diff src/text.h @ 2382:ac4ffbd57062

[xemacs-hg @ 2004-11-12 15:09:09 by crestani] Fix mega-patch renaming leftovers: rename new_dfc_convert_alloca to new_dfc_convert_copy_data
author crestani
date Fri, 12 Nov 2004 15:09:18 +0000
parents ecf1ebac70d8
children ab71ad6ff3dd
line wrap: on
line diff
--- a/src/text.h	Thu Nov 11 22:51:46 2004 +0000
+++ b/src/text.h	Fri Nov 12 15:09:18 2004 +0000
@@ -3000,7 +3000,7 @@
    to choke when alloca() occurs as a funcall argument, and so we check
    this in configure.  Rewriting the expressions below to use a temporary
    variable, so that the call to alloca() is outside of
-   new_dfc_convert_alloca(), won't help because the entire NEW_DFC call
+   new_dfc_convert_copy_data(), won't help because the entire NEW_DFC call
    could be inside of a function call. */
 
 #define NEW_DFC_CONVERT_1_ALLOCA(src, src_size, type, codesys)		\