support a few more common typedefs

This commit is contained in:
Daniel Stenberg 2003-03-12 08:11:24 +00:00
parent f136f435b5
commit 073448e0ea
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
(setq tab-width 8
indent-tabs-mode nil ; Use spaces. Not tabs.
comment-column 40
c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t"))
c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set"))
)
;; keybindings for C, C++, and Objective-C. We can put these in
;; c-mode-base-map because of inheritance ...