mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
Fix // -> /* */
This commit is contained in:
parent
511db446d7
commit
e9cb9dbf60
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ out:
|
|||
}
|
||||
|
||||
#if JSON_INTEGER_IS_LONG_LONG
|
||||
#ifdef _MSC_VER // Microsoft Visual Studio
|
||||
#ifdef _MSC_VER /* Microsoft Visual Studio */
|
||||
#define json_strtoint _strtoi64
|
||||
#else
|
||||
#define json_strtoint strtoll
|
||||
|
|
Loading…
Add table
Reference in a new issue