Use the standard stream buffer size for the lexer buffer (#1396)

This commit is contained in:
Sylvie
2024-05-17 05:02:36 -04:00
committed by GitHub
parent 3e9d2cab12
commit e2633d5b66
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unordered_map>