exile.h: Move definitions to new file exile.c
Especially with exile_launch(), we will be included from more than one translation unit. Thus, ODR becomes a headache now. So move definitions to exile.c.
This commit is contained in:
parent
005851c645
commit
69829374c7
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ clean:
|
||||
rm -f test testcpp
|
||||
|
||||
test: test.c exile.h
|
||||
$(CC) test.c -g $(CFLAGS) -o test
|
||||
$(CC) test.c exile.c -g $(CFLAGS) -o test
|
||||
|
||||
testcpp: test.cpp exile.h exile.hpp
|
||||
$(CXX) test.cpp -g $(CXXFLAGS) -o testcpp
|
||||
|
1841
exile.c
Normal file
1841
exile.c
Normal file
File diff soppresso perché troppo grande
Carica Diff
1746
exile.h
1746
exile.h
File diff soppresso perché troppo grande
Carica Diff
Caricamento…
x
Fai riferimento in un nuovo problema
Block a user