mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
Added time_t
This commit is contained in:
parent
497c6d516d
commit
d4df981463
1 changed files with 1 additions and 1 deletions
|
|
@ -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" "size_t" "socklen_t" "fd_set"))
|
||||
c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set" "time_t"))
|
||||
)
|
||||
;; keybindings for C, C++, and Objective-C. We can put these in
|
||||
;; c-mode-base-map because of inheritance ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue