We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b23735 commit 9326c21Copy full SHA for 9326c21
src/lpython/utils.h
@@ -1,5 +1,5 @@
1
-#ifndef LFORTRAN_UTILS_H
2
-#define LFORTRAN_UTILS_H
+#ifndef LPYTHON_UTILS_H
+#define LPYTHON_UTILS_H
3
4
#include <string>
5
#include <libasr/utils.h>
@@ -29,4 +29,4 @@ void close_symengine_library(DynamicLibrary &l);
29
int32_t get_exit_status(int32_t err);
30
} // LFortran
31
32
-#endif // LFORTRAN_UTILS_H
+#endif // LPYTHON_UTILS_H
0 commit comments