mirror of
https://github.com/curl/curl.git
synced 2026-05-18 22:36:20 +03:00
defines: avoid underscore-prefixed defines
Double-underscored or underscore plus uppercase letter at least. ... as they're claimed to be reserved. Reported-by: patnyb on github Fixes #4254 Closes #4255
This commit is contained in:
parent
95507f1dc8
commit
32d64b2e87
13 changed files with 332 additions and 332 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __CURL_URLAPI_H
|
||||
#define __CURL_URLAPI_H
|
||||
#ifndef CURLINC_URLAPI_H
|
||||
#define CURLINC_URLAPI_H
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
|
|
@ -120,4 +120,4 @@ CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what,
|
|||
} /* end of extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif /* CURLINC_URLAPI_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue