diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-07-02 11:26:33 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-07-02 11:26:33 +0200 |
commit | 383e09700c9b3d175c506301d363be4597827db7 (patch) | |
tree | b72edd130163ced1973c2dabcd3708573f208fa2 /src/category.h | |
parent | d9170db5208a86d94a6d8a89c8fa1e678bd094bd (diff) | |
download | emacs-383e09700c9b3d175c506301d363be4597827db7.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/category.h')
-rw-r--r-- | src/category.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/category.h b/src/category.h index b0fca6c7155..e636e32827d 100644 --- a/src/category.h +++ b/src/category.h @@ -113,8 +113,8 @@ extern Lisp_Object _temp_category_set; (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2)) \ && word_boundary_p (c1, c2)) -extern int word_boundary_p P_ ((int, int)); -extern void set_category_set P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); +extern int word_boundary_p (int, int); +extern void set_category_set (Lisp_Object, Lisp_Object, Lisp_Object); /* arch-tag: 309dfe83-c3e2-4d22-8e81-faae5aece0ff (do not change this comment) */ |