View | Details | Raw Unified
Collapse All | Expand All

(-) coldsync-2.2.5/src/symboltable.cc (+1 lines)
 Lines 12-17    Link Here 
#include <map>
#include <map>
#include <cstdlib>		// For malloc() and friends
#include <cstdlib>		// For malloc() and friends
#include "symboltable.h"
#include "symboltable.h"
using namespace std;
static char *make_c_string(const string &s);
static char *make_c_string(const string &s);
(-) coldsync-2.2.5/src/symboltable.h (-1 / +1 lines)
 Lines 26-32    Link Here 
			/* Initialize the symbol table based on the
			/* Initialize the symbol table based on the
			 * arguments. */
			 * arguments. */
#ifdef __cplusplus
#ifdef __cplusplus
};
}
#endif	/* __cplusplus */
#endif	/* __cplusplus */
/* This is for Emacs's benefit:
/* This is for Emacs's benefit: