New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3294 for trunk/NEMOGCM/EXTERNAL/AGRIF/LIB/fortran.yy.c – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/EXTERNAL/AGRIF/LIB/fortran.yy.c

    r2715 r3294  
    48044804        b->yy_bs_lineno = 1; 
    48054805        b->yy_bs_column = 0; 
    4806    } 
     4806    } 
    48074807 
    48084808        b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; 
     
    48174817    void fortran_flush_buffer (YY_BUFFER_STATE  b ) 
    48184818{ 
    4819    if ( ! b ) 
     4819      if ( ! b ) 
    48204820      return; 
    48214821 
     
    48584858      YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); 
    48594859      YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); 
    4860    } 
     4860      } 
    48614861 
    48624862   /* Only push if top exists. Otherwise, replace top. */ 
Note: See TracChangeset for help on using the changeset viewer.