diff options
author | Tom Tromey <tromey@redhat.com> | 2013-03-17 05:17:24 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-03-17 05:17:24 -0600 |
commit | 6bd488cd8d05aa3983ca55f70ee384732d8c0085 (patch) | |
tree | 5645fc7b882638d6c0eb3f61fd55bde1a63fc190 /src/thread.h | |
parent | 71f91792e3013b397996905224f387da5cc539a9 (diff) | |
parent | 9c44569ea2a18099307e0571d523d8637000a153 (diff) | |
download | emacs-6bd488cd8d05aa3983ca55f70ee384732d8c0085.tar.gz |
merge from trunk
Diffstat (limited to 'src/thread.h')
-rw-r--r-- | src/thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread.h b/src/thread.h index 989acec6afb..97bdb2c805c 100644 --- a/src/thread.h +++ b/src/thread.h @@ -1,5 +1,5 @@ /* Thread definitions - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012, 2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -138,7 +138,7 @@ struct thread_state /* If non-zero the match data have been saved in saved_search_regs during the execution of a sentinel or filter. */ - int m_search_regs_saved; + bool m_search_regs_saved; #define search_regs_saved (current_thread->m_search_regs_saved) struct re_registers m_saved_search_regs; |