Want more features on Pastebin? Sign Up, it's FREE!
Guest

otcl using tcl 8.6

By: a guest on Jul 23rd, 2013  |  syntax: None  |  size: 0.39 KB  |  views: 30  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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.  #
clone this paste RAW Paste Data