Fix a typo: log long --> long long.
Submitted by: Stacey Roberts <stacey@vickiandstacey.com> BSD <bsd@xtremedev.com> Mike Hardling <mvh@ix.netcom.com>
This commit is contained in:
parent
4ed718b84c
commit
3780b8d857
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73643
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $FreeBSD$
|
|||
/**********/
|
||||
#if !defined(INT_FAST64_MIN)
|
||||
-typedef longlong int_fast64_t;
|
||||
+typedef log long int_fast64_t;
|
||||
+typedef long long int_fast64_t;
|
||||
#define INT_FAST64_MIN LLONG_MIN
|
||||
#define INT_FAST64_MAX LLONG_MAX
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue