Ticket #583: libs-graph-src-graphviz_graph_lex_cpp.patch

File libs-graph-src-graphviz_graph_lex_cpp.patch, 629 bytes (added by Thomas Witt, 15 years ago)
  • libs/graph/src/graphviz_graph_lex.cpp

    diff -ru boost_1_34_0/libs/graph/src/graphviz_graph_lex.cpp boost_1_34_0_ibm/libs/graph/src/graphviz_graph_lex.cpp
    old new  
    14111411
    14121412#ifndef YY_ALWAYS_INTERACTIVE
    14131413#ifndef YY_NEVER_INTERACTIVE
     1414/* Avoid conflicts if isatty() has a different prototype in <unistd.h>. */
     1415#if !defined(__IBMCPP__)
    14141416extern int isatty YY_PROTO(( int ));
    14151417#endif
    14161418#endif
     1419#endif
    14171420
    14181421#ifdef YY_USE_PROTOS
    14191422void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )