diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
commit | 94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff (patch) | |
tree | 2556922d60a252781bc97def17ced435d871390f /editors/xemacs-devel-mule/files/patch-profile.h | |
parent | Add fixrtf, an utility that is intended for use with the (diff) |
- Update to 21.5-b25 "eggplant".
- Fix build with gtk support.
- Disable experimental features and add this features to WITH_EXPERIMENTAL
option(it's improve perfomance and stability in default build).
Notes
Notes:
svn path=/head/; revision=157388
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-profile.h')
-rw-r--r-- | editors/xemacs-devel-mule/files/patch-profile.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-profile.h b/editors/xemacs-devel-mule/files/patch-profile.h new file mode 100644 index 000000000000..da53be335d54 --- /dev/null +++ b/editors/xemacs-devel-mule/files/patch-profile.h @@ -0,0 +1,16 @@ +Index: src/profile.h +=================================================================== +RCS file: /pack/xemacscvs/XEmacs/xemacs/src/profile.h,v +retrieving revision 1.3 +retrieving revision 1.4 +diff -u -r1.3 -r1.4 +--- src/profile.h 2005/10/25 11:16:27 1.3 ++++ src/profile.h 2006/03/14 19:31:43 1.4 +@@ -113,6 +113,7 @@ + RETURN_EXIT_PROFILING (tag, Lisp_Object, expr) + + #define RETURN_UNGCPRO_EXIT_PROFILING(tag, expr) \ ++do \ + { \ + Lisp_Object ret_ungc_val = (expr); \ + UNGCPRO; \ |