diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-05-27 08:45:14 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-05-27 08:45:14 +0000 |
commit | 2a7ee2b3492bb0513951fafaa680e867270051bb (patch) | |
tree | fb1a24b2304d78260ee1edad0c55b4e6e804fe18 /src/mac.c | |
parent | f1b64ef1e59bad4490248e41da92affdca31e7ac (diff) | |
download | emacs-2a7ee2b3492bb0513951fafaa680e867270051bb.tar.gz |
Tiny layout change.
Diffstat (limited to 'src/mac.c')
-rw-r--r-- | src/mac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mac.c b/src/mac.c index 3b4f63b848a..5fc9ea4ee28 100644 --- a/src/mac.c +++ b/src/mac.c @@ -545,6 +545,7 @@ mac_ae_put_lisp (desc, keyword_or_index, obj) return err; } + static pascal OSErr mac_coerce_file_name_ptr (type_code, data_ptr, data_size, to_type, handler_refcon, result) |