Skip to content
Snippets Groups Projects
Select Git revision
  • 70a3f2e5ba8608348a17b30a334f32be101cdaf4
  • master default
  • cgnsUnstructured
  • partitioning
  • poppler
  • HighOrderBLCurving
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
  • gmsh_2_8_6
26 results

Gmsh.yy.cpp

Blame
  • Forked from gmsh / gmsh
    Source project has a limited visibility.
    Gmsh.yy.cpp 83.53 KiB
    #line 2 "Gmsh.yy.cpp"
    
    #line 4 "Gmsh.yy.cpp"
    
    #define  YY_INT_ALIGNED short int
    
    /* A lexical scanner generated by flex */
    
    #define yy_create_buffer gmsh_yy_create_buffer
    #define yy_delete_buffer gmsh_yy_delete_buffer
    #define yy_flex_debug gmsh_yy_flex_debug
    #define yy_init_buffer gmsh_yy_init_buffer
    #define yy_flush_buffer gmsh_yy_flush_buffer
    #define yy_load_buffer_state gmsh_yy_load_buffer_state
    #define yy_switch_to_buffer gmsh_yy_switch_to_buffer
    #define yyin gmsh_yyin
    #define yyleng gmsh_yyleng
    #define yylex gmsh_yylex
    #define yylineno gmsh_yylineno
    #define yyout gmsh_yyout
    #define yyrestart gmsh_yyrestart
    #define yytext gmsh_yytext
    #define yywrap gmsh_yywrap
    #define yyalloc gmsh_yyalloc
    #define yyrealloc gmsh_yyrealloc
    #define yyfree gmsh_yyfree
    
    #define FLEX_SCANNER
    #define YY_FLEX_MAJOR_VERSION 2
    #define YY_FLEX_MINOR_VERSION 5
    #define YY_FLEX_SUBMINOR_VERSION 35
    #if YY_FLEX_SUBMINOR_VERSION > 0
    #define FLEX_BETA
    #endif
    
    /* First, we deal with  platform-specific or compiler-specific issues. */
    
    /* begin standard C headers. */
    #include <stdio.h>
    #include <string.h>
    #include <errno.h>
    #include <stdlib.h>
    
    /* end standard C headers. */
    
    /* flex integer type definitions */
    
    #ifndef FLEXINT_H
    #define FLEXINT_H
    
    /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
    
    #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    
    /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
     * if you want the limit (max/min) macros for int types. 
     */
    #ifndef __STDC_LIMIT_MACROS
    #define __STDC_LIMIT_MACROS 1
    #endif
    
    #include <inttypes.h>
    typedef int8_t flex_int8_t;
    typedef uint8_t flex_uint8_t;
    typedef int16_t flex_int16_t;
    typedef uint16_t flex_uint16_t;
    typedef int32_t flex_int32_t;
    typedef uint32_t flex_uint32_t;
    #else
    typedef signed char flex_int8_t;