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 | cce73ab17b27b3a7ae9e2436b89335fa80c4fde1 (patch) | |
tree | ec91639a28c259f2f05eccfad01697c1fdece2d5 /src/mac.c | |
parent | 186b2c8c7659d31b1946edf4ffa3aa7ad1bd3d85 (diff) | |
download | emacs-cce73ab17b27b3a7ae9e2436b89335fa80c4fde1.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) |