]> granicus.if.org Git - curl/commitdiff
support a few more common typedefs
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Mar 2003 08:11:24 +0000 (08:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Mar 2003 08:11:24 +0000 (08:11 +0000)
curl-style.el

index db47dd2d8d85a88b34e8e5a93f27eb4b776fffb3..247cc9daab78a3e42934751ec861451aba3028c5 100644 (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 ...