diff options
| author | YAMAMOTO Mitsuharu | 2005-12-19 08:31:04 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-12-19 08:31:04 +0000 |
| commit | cfe3a871cf9d77fffe400ebf255d4b0d83afa054 (patch) | |
| tree | 4d37c427b8dda448327488cfa208b332f1dc8340 /src/macterm.h | |
| parent | 70ed951a16197310141ff44a36390354f4c504fe (diff) | |
| download | emacs-cfe3a871cf9d77fffe400ebf255d4b0d83afa054.tar.gz emacs-cfe3a871cf9d77fffe400ebf255d4b0d83afa054.zip | |
(create_apple_event_from_event_ref): Remove 5th argument from extern.
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macterm.h b/src/macterm.h index 69e309562e5..ae9c27eb765 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -586,7 +586,7 @@ extern Lisp_Object mac_aedesc_to_lisp P_ ((AEDesc *)); | |||
| 586 | extern OSErr create_apple_event_from_event_ref P_ ((EventRef, UInt32, | 586 | extern OSErr create_apple_event_from_event_ref P_ ((EventRef, UInt32, |
| 587 | EventParamName *, | 587 | EventParamName *, |
| 588 | EventParamType *, | 588 | EventParamType *, |
| 589 | UInt32 *, AppleEvent *)); | 589 | AppleEvent *)); |
| 590 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); | 590 | extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); |
| 591 | extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); | 591 | extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); |
| 592 | extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); | 592 | extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); |