fix: replace unsafe fixed-size buffers with dynamic formatting helpers; add util format helpers; centralize log_on_line cleanup
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
||||
#ifndef LOCATION_H
|
||||
#define LOCATION_H
|
||||
|
||||
#include "string.h"
|
||||
#include "str.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@@ -25,4 +25,4 @@ typedef struct {
|
||||
int column_end;
|
||||
} Location;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user