diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -19,8 +19,8 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02111-1307, USA. */ |
| 21 | 21 | ||
| 22 | #ifndef _CCL_H | 22 | #ifndef EMACS_CCL_H |
| 23 | #define _CCL_H | 23 | #define EMACS_CCL_H |
| 24 | 24 | ||
| 25 | /* Macros for exit status of CCL program. */ | 25 | /* Macros for exit status of CCL program. */ |
| 26 | #define CCL_STAT_SUCCESS 0 /* Terminated successfully. */ | 26 | #define CCL_STAT_SUCCESS 0 /* Terminated successfully. */ |
| @@ -81,4 +81,4 @@ extern Lisp_Object Vccl_program_table; | |||
| 81 | is an index for Vccl_protram_table. */ | 81 | is an index for Vccl_protram_table. */ |
| 82 | extern Lisp_Object Qccl_program_idx; | 82 | extern Lisp_Object Qccl_program_idx; |
| 83 | 83 | ||
| 84 | #endif /* _CCL_H */ | 84 | #endif /* EMACS_CCL_H */ |