Skip to content

Commit

Permalink
Merge pull request #2 from steve-m-hay/master
Browse files Browse the repository at this point in the history
Remove needless and potentially harmful #ifdef _cplusplus extern "C"
  • Loading branch information
gisle committed Jan 23, 2015
2 parents a2438f4 + a38558b commit ee143c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Base64.xs
Expand Up @@ -25,16 +25,10 @@ metamail, which comes with this message:
*/


#ifdef __cplusplus
extern "C" {
#endif
#define PERL_NO_GET_CONTEXT /* we want efficiency */
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifdef __cplusplus
}
#endif

#define MAX_LINE 76 /* size of encoded lines */

Expand Down

0 comments on commit ee143c9

Please sign in to comment.