This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Add #undef __extern at the end of caca0.h. Thanks to Carlo Bramini for
fixing this in
#48
.
tags/v0.99.beta17
Sam Hocevar
sam
15 years ago
parent
6841aca387
commit
c2997a0d82
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
caca/caca0.h
+ 3
- 1
caca/caca0.h
View File
@@ -1,6 +1,6 @@
/*
* libcaca Colour ASCII-Art library
* Copyright (c) 2002-200
6
Sam Hocevar <sam@hocevar.net>
* Copyright (c) 2002-20
1
0 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* $Id$
@@ -205,4 +205,6 @@ enum caca_feature
}
#endif
#undef __extern
#endif /* __CACA0_H__ */
Write
Preview
Loading…
Cancel
Save