Skip to content

Commit

Permalink
Merge pull request #4 from thesamesam/clang16
Browse files Browse the repository at this point in the history
Fix -Wimplicit-function-declaration
  • Loading branch information
bovine authored Feb 13, 2023
2 parents b489fd4 + 45d1b8a commit 39ad3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tclxml.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include <tclxslt/tclxslt.h>
#include <string.h>

int Tcldom_libxml2_Init ( Tcl_Interp *interp );

#define TCL_DOES_STUBS \
(TCL_MAJOR_VERSION > 8 || TCL_MAJOR_VERSION == 8 && (TCL_MINOR_VERSION > 1 || \
(TCL_MINOR_VERSION == 1 && TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE)))
Expand Down

0 comments on commit 39ad3e6

Please sign in to comment.