Skip to content

Commit 9326c21

Browse files
committed
Build fixes
1 parent 9b23735 commit 9326c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lpython/utils.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef LFORTRAN_UTILS_H
2-
#define LFORTRAN_UTILS_H
1+
#ifndef LPYTHON_UTILS_H
2+
#define LPYTHON_UTILS_H
33

44
#include <string>
55
#include <libasr/utils.h>
@@ -29,4 +29,4 @@ void close_symengine_library(DynamicLibrary &l);
2929
int32_t get_exit_status(int32_t err);
3030
} // LFortran
3131

32-
#endif // LFORTRAN_UTILS_H
32+
#endif // LPYTHON_UTILS_H

0 commit comments

Comments
 (0)