From: Daniel Stenberg Date: Wed, 12 Mar 2003 08:11:24 +0000 (+0000) Subject: support a few more common typedefs X-Git-Tag: curl-7_10_4~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=073448e0ea3d4ba4409be45ea5ebc58860bd9995;p=curl support a few more common typedefs --- diff --git a/curl-style.el b/curl-style.el index db47dd2d8..247cc9daa 100644 --- a/curl-style.el +++ b/curl-style.el @@ -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 ...