Advertisement
Guest User

otcl using tcl 8.6

a guest
Jul 23rd, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. diff --git a/Makefile.in b/Makefile.in
  2. index 225fcdb..f97d3d6 100644
  3. --- a/Makefile.in
  4. +++ b/Makefile.in
  5. @@ -9,6 +9,10 @@ CFLAGS= @CFLAGS@
  6. RANLIB= @RANLIB@
  7. INSTALL= @INSTALL@
  8.  
  9. +# Compatibility with Tcl-8.6
  10. +# See http://tmml.sourceforge.net/doc/tcl/CInterp.html
  11. +CFLAGS+= -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT
  12. +
  13. #
  14. # how to compile, link, and name shared libraries
  15. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement