# HG changeset patch # User crestani # Date 1100272158 0 # Node ID ac4ffbd5706269ab1730ee50b68b904026f3e516 # Parent 63dba8cf74ebc618e78eacc0a06eef70d8b9130a [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 diff -r 63dba8cf74eb -r ac4ffbd57062 src/ChangeLog --- a/src/ChangeLog Thu Nov 11 22:51:46 2004 +0000 +++ b/src/ChangeLog Fri Nov 12 15:09:18 2004 +0000 @@ -1,3 +1,9 @@ +2004-11-11 Marcus Crestani + + * text.h: + * xemacs.def.in.in: rename new_dfc_convert_alloca to + new_dfc_convert_copy_data + 2004-11-07 Ben Wing * frame-x.c (x_set_frame_properties): diff -r 63dba8cf74eb -r ac4ffbd57062 src/text.h --- 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) \ diff -r 63dba8cf74eb -r ac4ffbd57062 src/xemacs.def.in.in --- a/src/xemacs.def.in.in Thu Nov 11 22:51:46 2004 +0000 +++ b/src/xemacs.def.in.in Fri Nov 12 15:09:18 2004 +0000 @@ -94,7 +94,7 @@ make_vector maybe_invalid_operation message -new_dfc_convert_alloca /* C_STRING_TO_EXTERNAL, ... */ +new_dfc_convert_copy_data /* C_STRING_TO_EXTERNAL, ... */ new_dfc_convert_malloc /* C_STRING_TO_EXTERNAL_MALLOC, ... */ new_dfc_convert_size /* C_STRING_TO_EXTERNAL, ... */ #ifdef MULE