Navigation Menu

Skip to content

Commit

Permalink
add pragma for gcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Mar 5, 2009
1 parent 2eade65 commit bc2e626
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ha_groonga.cc
@@ -1,3 +1,7 @@
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif

#include <mysql_priv.h>
#include <mysql/plugin.h>
#include <groonga.h>
Expand Down
4 changes: 4 additions & 0 deletions src/ha_groonga.h
@@ -1,6 +1,10 @@
#ifndef _ha_groonga_h
#define _ha_groonga_h

#ifdef USE_PRAGMA_INTERFACE
#pragma interface
#endif

#include "mroonga.h"

typedef struct _mrn_share_field {
Expand Down

0 comments on commit bc2e626

Please sign in to comment.