summaryrefslogtreecommitdiff
path: root/src/ccl.h
diff options
context:
space:
mode:
authorJan D <jan.h.d@swipnet.se>2010-07-02 11:26:33 +0200
committerJan D <jan.h.d@swipnet.se>2010-07-02 11:26:33 +0200
commit516e3de9b72029bd5779bfab86d4c295a357307d (patch)
tree36bec0c061376297ec9a8723ffa8551b07d4887d /src/ccl.h
parent20f7d031785fe2979ae857a22464e5b7b264111b (diff)
downloademacs-516e3de9b72029bd5779bfab86d4c295a357307d.tar.gz
Remove P_ and __P macros.
* lwlib/lwlib-Xaw.h: Remove P_ and __P macros. * lwlib/lwlib-Xlw.h: * lwlib/lwlib-Xm.h: * lwlib/lwlib-int.h: * lwlib/lwlib-utils.h: * lwlib/lwlib.h: Likewise. * src/buffer.h: Remove P_ and __P macros. * src/category.h: * src/ccl.h: * src/character.h: * src/charset.h: * src/cm.h: * src/coding.h: * src/composite.h: * src/dispextern.h: * src/disptab.h: * src/font.h: * src/fontset.h: * src/frame.h: * src/gtkutil.h: * src/indent.h: * src/intervals.h: * src/keyboard.h: * src/keymap.h: * src/lisp.h: * src/macros.h: * src/md5.h: * src/menu.h: * src/msdos.h: * src/nsterm.h: * src/puresize.h: * src/region-cache.h: * src/syntax.h: * src/syssignal.h: * src/systime.h: * src/termhooks.h: * src/w32term.h: * src/widget.h: * src/window.h: * src/xgselect.h: * src/xsettings.h: * src/xterm.h: Likewise.
Diffstat (limited to 'src/ccl.h')
-rw-r--r--src/ccl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ccl.h b/src/ccl.h
index 54fc576c7e0..e4414ddf65c 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -97,13 +97,13 @@ extern Lisp_Object Vfont_ccl_encoder_alist;
/* Setup fields of the structure pointed by CCL appropriately for the
execution of ccl program CCL_PROG (symbol or vector). */
-extern int setup_ccl_program P_ ((struct ccl_program *, Lisp_Object));
+extern int setup_ccl_program (struct ccl_program *, Lisp_Object);
/* Check if CCL is updated or not. If not, re-setup members of CCL. */
-extern int check_ccl_update P_ ((struct ccl_program *));
+extern int check_ccl_update (struct ccl_program *);
-extern void ccl_driver P_ ((struct ccl_program *, int *, int *, int, int,
- Lisp_Object));
+extern void ccl_driver (struct ccl_program *, int *, int *, int, int,
+ Lisp_Object);
/* Vector of CCL program names vs corresponding program data. */
extern Lisp_Object Vccl_program_table;