Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2381:63dba8cf74eb | 2382:ac4ffbd57062 |
---|---|
2998 | 2998 |
2999 /* We need to use ALLOCA_FUNCALL_OK here. Some compilers have been known | 2999 /* We need to use ALLOCA_FUNCALL_OK here. Some compilers have been known |
3000 to choke when alloca() occurs as a funcall argument, and so we check | 3000 to choke when alloca() occurs as a funcall argument, and so we check |
3001 this in configure. Rewriting the expressions below to use a temporary | 3001 this in configure. Rewriting the expressions below to use a temporary |
3002 variable, so that the call to alloca() is outside of | 3002 variable, so that the call to alloca() is outside of |
3003 new_dfc_convert_alloca(), won't help because the entire NEW_DFC call | 3003 new_dfc_convert_copy_data(), won't help because the entire NEW_DFC call |
3004 could be inside of a function call. */ | 3004 could be inside of a function call. */ |
3005 | 3005 |
3006 #define NEW_DFC_CONVERT_1_ALLOCA(src, src_size, type, codesys) \ | 3006 #define NEW_DFC_CONVERT_1_ALLOCA(src, src_size, type, codesys) \ |
3007 new_dfc_convert_copy_data \ | 3007 new_dfc_convert_copy_data \ |
3008 (#src, ALLOCA_FUNCALL_OK (new_dfc_convert_size (#src, src, src_size, \ | 3008 (#src, ALLOCA_FUNCALL_OK (new_dfc_convert_size (#src, src, src_size, \ |