Missing right comment delimiter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3800 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
118a2dd458
commit
f1f08a4297
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@
|
|||
#define UINT64_C(x) x ## ULL
|
||||
#endif
|
||||
|
||||
/* Macros for greatest-width integer constant expressions
|
||||
/* Macros for greatest-width integer constant expressions */
|
||||
|
||||
#ifdef CONFIG_HAVE_LONG_LONG
|
||||
# define INTMAX_C(x) x ## LL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue