Changeset 4220 for trunk/src/ccl.h
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/src/ccl.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/ccl.h
r4190 r4220 1 1 /* Header for CCL (Code Conversion Language) interpreter. 2 2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 2005, 2006, 2007 3 2005, 2006, 2007, 2008 4 4 National Institute of Advanced Industrial Science and Technology (AIST) 5 5 Registration Number H14PRO021 … … 9 9 GNU Emacs is free software; you can redistribute it and/or modify 10 10 it under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2, or (at your option)11 the Free Software Foundation; either version 3, or (at your option) 12 12 any later version. 13 13 … … 77 77 if no such byte is written, set 78 78 this value to zero. */ 79 int quit_silently; /* If nonzero, don't append "CCL: 80 Quitted" to the generated text when 81 CCL program is quitted. */ 79 82 }; 80 83
