]> git.sesse.net Git - vlc/commitdiff
_GNU_SOURCE is already taken of by config.h + typo
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 15 Jan 2008 22:37:27 +0000 (22:37 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 15 Jan 2008 22:37:27 +0000 (22:37 +0000)
modules/misc/lua/vlc.h

index f458fc3762cd73daa5f2c026c862366c951152e9..01dab968cbbf4761a3e6c74086166e18fa80f677 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef VLCLUA_H
+#ifndef VLC_LUA_H
 #define VLC_LUA_H
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#ifndef  _GNU_SOURCE
-#   define  _GNU_SOURCE
-#endif
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>