Skip to content

Commit

Permalink
move that
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Jul 16, 2019
1 parent 11b8946 commit aace95b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions zend_tombs.c
Expand Up @@ -25,19 +25,19 @@
#define ZEND_TOMBS_URL "https://github.com/krakjoe/tombs"
#define ZEND_TOMBS_COPYRIGHT "Copyright (c) 2019"

#if defined(__GNUC__) && __GNUC__ >= 4
# define ZEND_TOMBS_EXTENSION_API __attribute__ ((visibility("default")))
#else
# define ZEND_TOMBS_EXTENSION_API
#endif

#include "zend_tombs.h"
#include "zend_tombs_strings.h"
#include "zend_tombs_graveyard.h"
#include "zend_tombs_ini.h"
#include "zend_tombs_io.h"
#include "zend_tombs_markers.h"

#if defined(__GNUC__) && __GNUC__ >= 4
# define ZEND_TOMBS_EXTENSION_API __attribute__ ((visibility("default")))
#else
# define ZEND_TOMBS_EXTENSION_API
#endif

static zend_tombs_markers_t *zend_tombs_markers;
static zend_tombs_graveyard_t *zend_tombs_graveyard;
static int zend_tombs_resource = -1;
Expand Down

0 comments on commit aace95b

Please sign in to comment.