mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Removal of the --enable-int64 config option.
This will now be always on. As such, uses of the USE_INT64 preprocessor definition have been cleaned out.
This commit is contained in:
parent
5cad4c8789
commit
13569aaab7
11 changed files with 2 additions and 66 deletions
|
@ -127,7 +127,6 @@ public:
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef USE_INT64
|
||||
Val(int64 i, TypeTag t)
|
||||
{
|
||||
val.int_val = i;
|
||||
|
@ -147,7 +146,6 @@ public:
|
|||
bound_id = 0;
|
||||
#endif
|
||||
}
|
||||
#endif // USE_INT64
|
||||
|
||||
Val(double d, TypeTag t)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue