]> code.delx.au - gnu-emacs/log
gnu-emacs
29 years agoInitial revision
Geoff Voelker [Fri, 26 May 1995 05:06:02 +0000 (05:06 +0000)]
Initial revision

29 years ago(Foverlay_start, Foverlay_end): Declare these functions.
Karl Heuer [Fri, 26 May 1995 04:29:09 +0000 (04:29 +0000)]
(Foverlay_start, Foverlay_end): Declare these functions.
(Fprevious_single_property_change, Fend_of_line, Felt): Ditto.
(Fforward_line, Fforward_word, Fdelete_region, Fforward_char): Ditto.
(Fnarrow_to_region, Fwiden, Fmatch_beginning, Fmatch_end): Ditto.
(Fskip_chars_forward, Fskip_chars_backward): Ditto.
(Ffile_name_absolute_p, read_doc_string): Ditto.
(get_frame_param, store_frame_param, store_in_alist): Ditto.
(describe_map_tree): Declaration moved here from keymap.c.

29 years ago(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer [Fri, 26 May 1995 04:23:21 +0000 (04:23 +0000)]
(dired-find-buffer-nocreate): Don't try to find a
wildcard as a subdirectory.

29 years ago(x_set_frame_parameters) Fix typo.
Karl Heuer [Fri, 26 May 1995 04:18:39 +0000 (04:18 +0000)]
(x_set_frame_parameters) Fix typo.

29 years ago(standard_args): -i, -itype, --icon-type take 0, not 1, args
Karl Heuer [Fri, 26 May 1995 04:17:02 +0000 (04:17 +0000)]
(standard_args): -i, -itype, --icon-type take 0, not 1, args

29 years ago(gud-common-init): Don't die if filename not supplied.
Karl Heuer [Fri, 26 May 1995 04:14:08 +0000 (04:14 +0000)]
(gud-common-init): Don't die if filename not supplied.
Omit trailing hyphen when no filename follows.

29 years ago(texinfo-sequentially-find-pointer): Don't modify
Karl Heuer [Fri, 26 May 1995 04:00:52 +0000 (04:00 +0000)]
(texinfo-sequentially-find-pointer): Don't modify
the kill ring.

29 years ago(byte-compile-insert-header):
Karl Heuer [Fri, 26 May 1995 03:57:42 +0000 (03:57 +0000)]
(byte-compile-insert-header):
When using dynamic docstrings, refuse to load in 19.28 and older.
In that error message, don't mention the directory names.

29 years ago(x-create-frame-with-faces): Read geometry resource
Karl Heuer [Fri, 26 May 1995 03:54:38 +0000 (03:54 +0000)]
(x-create-frame-with-faces): Read geometry resource
and use that while creating the frame.

29 years ago(create_process, send_process): Add volatile qualifiers.
Karl Heuer [Fri, 26 May 1995 03:21:30 +0000 (03:21 +0000)]
(create_process, send_process): Add volatile qualifiers.
(wait_reading_process_input) [both versions]: Cast args of select.

29 years ago(Fsubstitute_command_keys): Cast arg of describe_map_tree.
Karl Heuer [Fri, 26 May 1995 02:52:36 +0000 (02:52 +0000)]
(Fsubstitute_command_keys): Cast arg of describe_map_tree.

29 years ago(describe_map_tree): Move declaration to lisp.h.
Karl Heuer [Fri, 26 May 1995 02:49:43 +0000 (02:49 +0000)]
(describe_map_tree): Move declaration to lisp.h.

29 years ago(adjust_point): Declare arg AMOUNT.
Karl Heuer [Thu, 25 May 1995 18:18:56 +0000 (18:18 +0000)]
(adjust_point): Declare arg AMOUNT.

29 years ago(scan_lists): Make stringterm an unsigned char.
Karl Heuer [Thu, 25 May 1995 18:17:25 +0000 (18:17 +0000)]
(scan_lists): Make stringterm an unsigned char.

29 years ago(XTread_socket): For MapNotify, call record_asynch_buffer_change.
Karl Heuer [Thu, 25 May 1995 17:07:37 +0000 (17:07 +0000)]
(XTread_socket): For MapNotify, call record_asynch_buffer_change.

29 years ago(prepare_menu_bars): Update frame titles before menu bars.
Karl Heuer [Thu, 25 May 1995 17:06:56 +0000 (17:06 +0000)]
(prepare_menu_bars): Update frame titles before menu bars.

29 years ago(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer [Thu, 25 May 1995 17:06:34 +0000 (17:06 +0000)]
(Fframe_or_buffer_changed_p): Record frame names
as well as the frame objects.

29 years ago(xmenu_show, xdialog_show): Increment widget_id_tick
Karl Heuer [Thu, 25 May 1995 16:01:12 +0000 (16:01 +0000)]
(xmenu_show, xdialog_show): Increment widget_id_tick
in the same was as in xfns.c.  Use LWLIB_ID type where appropriate.
(set_frame_menubar, free_frame_menubar): Add casts to LWLIB_ID.

29 years ago(Fx_get_resource): Major rewrite to make it clearer.
Karl Heuer [Thu, 25 May 1995 16:00:51 +0000 (16:00 +0000)]
(Fx_get_resource): Major rewrite to make it clearer.
(validate_x_resource_name): Use build_string, not make_string.
(Fx_create_frame): Initially use Vinvocation_name as resource name.
Switch to frame name if frame name is explicit.
(x_display_info_for_name, Fx_open_connection): Add casts.
Initially use Vinvocation_name as resource name.
[USE_X_TOOLKIT] (x_window): Use Vx_resource_name for widget names.

29 years agoFix typo.
Karl Heuer [Thu, 25 May 1995 15:53:35 +0000 (15:53 +0000)]
Fix typo.

29 years ago(XTflash): Use pointers as args to select.
Karl Heuer [Thu, 25 May 1995 15:18:16 +0000 (15:18 +0000)]
(XTflash): Use pointers as args to select.
(XTread_socket, x_set_offset, x_set_window_size)
(x_make_frame_invisible): Cast 2nd arg to x_wm_set_size_hint.
(XTclear_end_of_line): Don't specify return type.
(note_mouse_highlight): Declare args x and y.
(x_icon_type): New declaration.
(flashback): Declaration deleted.

29 years ago(change_frame_size_1): Declare arg DELAY.
Karl Heuer [Thu, 25 May 1995 15:08:28 +0000 (15:08 +0000)]
(change_frame_size_1): Declare arg DELAY.

29 years ago(do_symval_forwarding, frame_buffer_predicate): Declare these.
Karl Heuer [Thu, 25 May 1995 15:05:41 +0000 (15:05 +0000)]
(do_symval_forwarding, frame_buffer_predicate): Declare these.

29 years ago(format1): Cast arg of doprnt.
Karl Heuer [Thu, 25 May 1995 14:31:30 +0000 (14:31 +0000)]
(format1): Cast arg of doprnt.

29 years ago(Fcall_interactively): Cast arg of doprnt.
Karl Heuer [Thu, 25 May 1995 14:30:07 +0000 (14:30 +0000)]
(Fcall_interactively): Cast arg of doprnt.

29 years ago(message): Cast arg of doprnt.
Karl Heuer [Thu, 25 May 1995 14:28:18 +0000 (14:28 +0000)]
(message): Cast arg of doprnt.
(scroll_bottom_vpos, fmodetrunc): Declarations deleted.

29 years ago(menu_bar_items): Declare this function.
Karl Heuer [Wed, 24 May 1995 22:46:18 +0000 (22:46 +0000)]
(menu_bar_items): Declare this function.

29 years ago(queue_selection_requests_unwind): Add return value.
Karl Heuer [Wed, 24 May 1995 22:08:58 +0000 (22:08 +0000)]
(queue_selection_requests_unwind): Add return value.
(wait_for_property_change_unwind): Likewise.

29 years ago(Fx_popup_dialog): Treat (menu-bar) like t, for POSITION.
Karl Heuer [Wed, 24 May 1995 21:43:00 +0000 (21:43 +0000)]
(Fx_popup_dialog): Treat (menu-bar) like t, for POSITION.

29 years ago(Fdelete_frame): When updating Vdefault_minibuffer_frame,
Karl Heuer [Wed, 24 May 1995 21:34:23 +0000 (21:34 +0000)]
(Fdelete_frame): When updating Vdefault_minibuffer_frame,
insist on a frame on the proper keyboard.

29 years agoClarify use of site-init.el.
Karl Heuer [Wed, 24 May 1995 20:50:54 +0000 (20:50 +0000)]
Clarify use of site-init.el.

29 years ago(x_connection_closed): Unblock input, first thing.
Karl Heuer [Wed, 24 May 1995 20:37:08 +0000 (20:37 +0000)]
(x_connection_closed): Unblock input, first thing.
Set Vdefault_minibuffer_frame to t
before deleting a frame that might have its own minibuffer.

29 years agoDelete reference to ALT. Change <Rubout> to <Delete>.
Karl Heuer [Wed, 24 May 1995 20:17:16 +0000 (20:17 +0000)]
Delete reference to ALT.  Change <Rubout> to <Delete>.

29 years ago(vendor-specific-keysyms): Add second spelling for HP.
Karl Heuer [Wed, 24 May 1995 04:59:27 +0000 (04:59 +0000)]
(vendor-specific-keysyms): Add second spelling for HP.

29 years ago(x_set_offset): Add border_width when calling XMoveWindow.
Karl Heuer [Wed, 24 May 1995 04:54:34 +0000 (04:54 +0000)]
(x_set_offset): Add border_width when calling XMoveWindow.

29 years ago(x_set_frame_parameters): Pass 1 as change_gravity
Karl Heuer [Wed, 24 May 1995 04:54:16 +0000 (04:54 +0000)]
(x_set_frame_parameters): Pass 1 as change_gravity
when calling x_set_offset.
(x_real_positions): Don't add border_width into win_x, win_y.

29 years ago(struct x_display): New field menubar_height.
Karl Heuer [Wed, 24 May 1995 04:43:12 +0000 (04:43 +0000)]
(struct x_display): New field menubar_height.

29 years ago(set_frame_menubar): Set menubar_height field.
Karl Heuer [Wed, 24 May 1995 04:42:52 +0000 (04:42 +0000)]
(set_frame_menubar): Set menubar_height field.

29 years ago(x_window) [both versions]: Set menubar_height.
Karl Heuer [Wed, 24 May 1995 04:42:09 +0000 (04:42 +0000)]
(x_window) [both versions]: Set menubar_height.

[USE_X_TOOLKIT] (x_window): Don't call XMoveWindow
or x_calc_absolute_position.  Do use the border_width.

29 years ago(x_calc_absolute_position): Use menubar_height field.
Karl Heuer [Wed, 24 May 1995 04:41:16 +0000 (04:41 +0000)]
(x_calc_absolute_position): Use menubar_height field.
In toolkit case, use outermost Emacs widget and its parent.
[USE_X_TOOLKIT] (x_make_frame_visible): Do call x_set_offset.

29 years ago(create_frame_gcs, setup_frame_gcs): Reformat long statements.
Karl Heuer [Wed, 24 May 1995 03:58:29 +0000 (03:58 +0000)]
(create_frame_gcs, setup_frame_gcs): Reformat long statements.

29 years ago(hack_wm_protocols): Use cast instead of suffix.
Karl Heuer [Wed, 24 May 1995 03:49:46 +0000 (03:49 +0000)]
(hack_wm_protocols): Use cast instead of suffix.

29 years ago[USE_X_TOOLKIT] (x_window): Pass position to toolkit
Karl Heuer [Wed, 24 May 1995 02:45:21 +0000 (02:45 +0000)]
[USE_X_TOOLKIT] (x_window): Pass position to toolkit
only if user-specified.  But always use XMoveWindow to move the
window to that position.

29 years ago(Fgarbage_collect): Clear consing_since_gc first thing.
Karl Heuer [Wed, 24 May 1995 01:39:24 +0000 (01:39 +0000)]
(Fgarbage_collect): Clear consing_since_gc first thing.

29 years ago(delete-frame-enabled-p): New subroutine.
Karl Heuer [Wed, 24 May 1995 01:02:08 +0000 (01:02 +0000)]
(delete-frame-enabled-p): New subroutine.
Use frame-visible-p to reduce consing.

29 years ago(describe-prefix-bindings): If key is a string,
Karl Heuer [Wed, 24 May 1995 00:46:17 +0000 (00:46 +0000)]
(describe-prefix-bindings): If key is a string,
make a substring; for a vector, make a vector.

29 years ago(set_buffer_internal_1): New subroutine.
Karl Heuer [Wed, 24 May 1995 00:43:27 +0000 (00:43 +0000)]
(set_buffer_internal_1): New subroutine.
(Fmove_overlay): Don't set windows_or_buffers_changed.

29 years ago(redisplay_window): Use set_buffer_internal_1.
Karl Heuer [Wed, 24 May 1995 00:42:21 +0000 (00:42 +0000)]
(redisplay_window): Use set_buffer_internal_1.

29 years agoRemove version number.
Karl Heuer [Wed, 24 May 1995 00:30:41 +0000 (00:30 +0000)]
Remove version number.

29 years ago* etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
Francesco Potortì [Tue, 23 May 1995 15:40:31 +0000 (15:40 +0000)]
* etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
former gives the true path even in the presence of simlinks.

29 years ago(XlwMenuInitialize): Cast XCreatePixmapFromBitmapData args.
Karl Heuer [Tue, 23 May 1995 03:04:22 +0000 (03:04 +0000)]
(XlwMenuInitialize): Cast XCreatePixmapFromBitmapData args.

29 years ago(create_frame_gcs): Cast args of XCreateGC.
Karl Heuer [Tue, 23 May 1995 03:04:03 +0000 (03:04 +0000)]
(create_frame_gcs): Cast args of XCreateGC.
(setup_frame_gcs): Cast args of XCreatePixmapFromBitmapData.

29 years ago(unload_color): Cast args of XFreeColors.
Karl Heuer [Tue, 23 May 1995 03:03:23 +0000 (03:03 +0000)]
(unload_color): Cast args of XFreeColors.

29 years ago(hack_wm_protocols): Cast args of XGetWindowProperty.
Karl Heuer [Tue, 23 May 1995 03:02:53 +0000 (03:02 +0000)]
(hack_wm_protocols): Cast args of XGetWindowProperty.
(x_set_border_pixel): Cast args of XSetWindowBorder.

29 years ago(x_get_window_property): Cast args of XGetWindowProperty.
Karl Heuer [Tue, 23 May 1995 03:02:17 +0000 (03:02 +0000)]
(x_get_window_property): Cast args of XGetWindowProperty.

29 years agoInitial revision
Karl Heuer [Tue, 23 May 1995 01:53:12 +0000 (01:53 +0000)]
Initial revision

29 years ago(long_to_cons): Don't assume 32-bit longs.
Karl Heuer [Tue, 23 May 1995 00:13:19 +0000 (00:13 +0000)]
(long_to_cons): Don't assume 32-bit longs.

29 years ago(Fvisited_file_modtime): Cast arg to long_to_cons.
Karl Heuer [Tue, 23 May 1995 00:11:46 +0000 (00:11 +0000)]
(Fvisited_file_modtime): Cast arg to long_to_cons.

29 years ago(Fformat): Split double into two pointers, not two ints.
Karl Heuer [Mon, 22 May 1995 22:48:09 +0000 (22:48 +0000)]
(Fformat): Split double into two pointers, not two ints.

29 years agopass arg to sqrt.
Karl Heuer [Mon, 22 May 1995 22:28:55 +0000 (22:28 +0000)]
pass arg to sqrt.

29 years ago(gnus-gnus-to-quick-newsrc-format): don't save
Karl Heuer [Mon, 22 May 1995 22:24:50 +0000 (22:24 +0000)]
(gnus-gnus-to-quick-newsrc-format): don't save
gnus-newsgroup-alist in .newsrc.el.

29 years ago(display_text_line): Enter a char in charstarts
Karl Heuer [Mon, 22 May 1995 22:22:32 +0000 (22:22 +0000)]
(display_text_line): Enter a char in charstarts
at the very end of the character loop.
Enter newline or ^M (if selective display) separately.

29 years ago(gdb_lisp_params): New enum type.
Karl Heuer [Mon, 22 May 1995 22:16:07 +0000 (22:16 +0000)]
(gdb_lisp_params): New enum type.

29 years agogdb_lisp_params to get storage layout info.
Karl Heuer [Mon, 22 May 1995 22:15:45 +0000 (22:15 +0000)]
gdb_lisp_params to get storage layout info.
Set and use $valmask and $nonvalbits.

29 years agoDelete HAVE_FMOD; configure handles that correctly now.
Karl Heuer [Mon, 22 May 1995 22:10:22 +0000 (22:10 +0000)]
Delete HAVE_FMOD; configure handles that correctly now.

29 years ago(edit-kbd-macro): Better error messages for undefined keys
Karl Heuer [Mon, 22 May 1995 22:08:18 +0000 (22:08 +0000)]
(edit-kbd-macro): Better error messages for undefined keys
or keys that are not keyboard macros.

29 years ago(ada-add-ada-menu): Fix args to easy-menu-define.
Karl Heuer [Mon, 22 May 1995 21:42:13 +0000 (21:42 +0000)]
(ada-add-ada-menu): Fix args to easy-menu-define.

29 years ago(oblookup): Delete argument hashp.
Karl Heuer [Mon, 22 May 1995 20:14:36 +0000 (20:14 +0000)]
(oblookup): Delete argument hashp.

29 years ago(file-ownership-preserved-p): Fix typo in previous change.
Karl Heuer [Mon, 22 May 1995 20:00:17 +0000 (20:00 +0000)]
(file-ownership-preserved-p): Fix typo in previous change.

29 years ago(mail-text): Expand abbrev before moving point.
Karl Heuer [Mon, 22 May 1995 19:41:25 +0000 (19:41 +0000)]
(mail-text): Expand abbrev before moving point.

29 years ago[REGEX_FREE]: Use ((void)0) instead of just (0).
Jim Meyering [Sun, 21 May 1995 06:19:05 +0000 (06:19 +0000)]
[REGEX_FREE]: Use ((void)0) instead of just (0).

29 years agoAdd `#ifdef _LIBC' in a few places, so this can be compiled in libc.
Roland McGrath [Sat, 20 May 1995 16:40:11 +0000 (16:40 +0000)]
Add `#ifdef _LIBC' in a few places, so this can be compiled in libc.

29 years ago(mouse-save-then-kill): Fix previous change.
Karl Heuer [Sat, 20 May 1995 05:36:11 +0000 (05:36 +0000)]
(mouse-save-then-kill): Fix previous change.

29 years ago(activate_button, xm_update_cascadebutton): Don't use prototype.
Karl Heuer [Sat, 20 May 1995 05:18:42 +0000 (05:18 +0000)]
(activate_button, xm_update_cascadebutton): Don't use prototype.

29 years agoDon't use prototype.
Karl Heuer [Sat, 20 May 1995 05:15:49 +0000 (05:15 +0000)]
Don't use prototype.

29 years ago(easy-menu-do-define): Add autoload cookie.
Karl Heuer [Sat, 20 May 1995 04:29:39 +0000 (04:29 +0000)]
(easy-menu-do-define): Add autoload cookie.

29 years ago(Flogb): frexp needs a pointer to int, not EMACS_INT.
Karl Heuer [Sat, 20 May 1995 03:36:53 +0000 (03:36 +0000)]
(Flogb): frexp needs a pointer to int, not EMACS_INT.

29 years ago(buffer_posn_from_coords): Don't let startp be before BEGV.
Karl Heuer [Fri, 19 May 1995 21:53:18 +0000 (21:53 +0000)]
(buffer_posn_from_coords): Don't let startp be before BEGV.

29 years ago(mail-mode): Clarify doc string.
Karl Heuer [Fri, 19 May 1995 18:57:48 +0000 (18:57 +0000)]
(mail-mode): Clarify doc string.
(mail-text): Ditto.

29 years ago(expand-mail-aliases): Expand aliases in
Karl Heuer [Fri, 19 May 1995 18:57:17 +0000 (18:57 +0000)]
(expand-mail-aliases): Expand aliases in
From and Reply-to headers as well, plus the Resent- variants.

29 years agoFix May 6 change.
Karl Heuer [Fri, 19 May 1995 03:53:38 +0000 (03:53 +0000)]
Fix May 6 change.

29 years ago(zv_strings_seen): New variable.
Karl Heuer [Thu, 18 May 1995 22:49:59 +0000 (22:49 +0000)]
(zv_strings_seen): New variable.
(redisplay, try_window, try_window_id): Clear zv_strings_seen.
(display_text_line): Handle overlay strings.

29 years ago(compute_motion): Handle overlay strings.
Karl Heuer [Thu, 18 May 1995 22:43:03 +0000 (22:43 +0000)]
(compute_motion): Handle overlay strings.
New arg DID_MOTION.  All callers changed.

29 years ago(Fpos_visible_in_window_p): New arg to compute_motion.
Karl Heuer [Thu, 18 May 1995 22:27:59 +0000 (22:27 +0000)]
(Fpos_visible_in_window_p): New arg to compute_motion.

29 years ago(buffer_posn_from_coords): New arg to compute_motion.
Karl Heuer [Thu, 18 May 1995 22:26:36 +0000 (22:26 +0000)]
(buffer_posn_from_coords): New arg to compute_motion.

29 years agoPut property on set-face-stipple, not set-stipple.
Karl Heuer [Thu, 18 May 1995 22:22:33 +0000 (22:22 +0000)]
Put property on set-face-stipple, not set-stipple.
(face-fill-in): Handle stipple.

29 years agoUndo previous change.
Karl Heuer [Thu, 18 May 1995 20:11:14 +0000 (20:11 +0000)]
Undo previous change.

29 years ago(byte-compile-dynamic-docstrings): Doc fix.
Karl Heuer [Thu, 18 May 1995 20:04:09 +0000 (20:04 +0000)]
(byte-compile-dynamic-docstrings): Doc fix.

29 years ago(tar-mode): Set write-contents-hooks instead of
Karl Heuer [Thu, 18 May 1995 19:57:15 +0000 (19:57 +0000)]
(tar-mode): Set write-contents-hooks instead of
local-write-file-hooks.

29 years ago(Fkill_emacs): Delete the auto-save-list file
Karl Heuer [Thu, 18 May 1995 19:50:57 +0000 (19:50 +0000)]
(Fkill_emacs): Delete the auto-save-list file
after shut_down_emacs.

29 years ago(status_notify): If Vprocess_alist changes within
Karl Heuer [Thu, 18 May 1995 16:54:42 +0000 (16:54 +0000)]
(status_notify): If Vprocess_alist changes within
the loop, do the whole loop again.

29 years ago(unload-feature): When we come to (provide . FEATURE),
Karl Heuer [Thu, 18 May 1995 16:51:35 +0000 (16:51 +0000)]
(unload-feature): When we come to (provide . FEATURE),
remove FEATURE from the features list.

29 years agoUpdated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Roland McGrath [Wed, 17 May 1995 20:54:49 +0000 (20:54 +0000)]
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c

29 years ago(Buffer-menu-buffer): Give more informative error
Karl Heuer [Wed, 17 May 1995 20:52:45 +0000 (20:52 +0000)]
(Buffer-menu-buffer): Give more informative error
message if user attempts a selection at end of buffer.

29 years ago(Fdump_emacs): Don't take address of array.
Karl Heuer [Wed, 17 May 1995 20:47:39 +0000 (20:47 +0000)]
(Fdump_emacs): Don't take address of array.

29 years ago[VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or _POSIX_C_SOURCE is
Roland McGrath [Wed, 17 May 1995 20:47:26 +0000 (20:47 +0000)]
[VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or _POSIX_C_SOURCE is
defined.

29 years ago(c-fill-paragraph): Don't alter point
Karl Heuer [Wed, 17 May 1995 20:44:36 +0000 (20:44 +0000)]
(c-fill-paragraph): Don't alter point
when deciding to narrow at the end for the sake of a comment ender.

29 years ago(Fmake_indirect_buffer): Fix interactive spec.
Karl Heuer [Wed, 17 May 1995 20:41:36 +0000 (20:41 +0000)]
(Fmake_indirect_buffer): Fix interactive spec.

29 years ago(gnus-expunge): Use defalias.
Karl Heuer [Wed, 17 May 1995 20:35:23 +0000 (20:35 +0000)]
(gnus-expunge): Use defalias.

29 years ago(re_compile_fastmap): Undo previous change.
Karl Heuer [Wed, 17 May 1995 20:29:52 +0000 (20:29 +0000)]
(re_compile_fastmap): Undo previous change.

(RESET_FAIL_STACK): New macro.
(re_compile_fastmap): Use RESET_FAIL_STACK, not REGEX_FREE_STACK
directly.