FEM: C++98 compatible fix to constraint displacement reference deletion, update vertice, edge, face selection

This commit is contained in:
vginkeo
2016-02-29 07:48:58 +01:00
committed by wmayer
parent e47560003e
commit f14758d5e5
13 changed files with 105 additions and 26 deletions

View File

@@ -109,7 +109,10 @@ typedef unsigned int flex_uint32_t;
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
# ifdef YY_NULL
# undef YY_NULL
# define YY_NULL 0
# endif
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
@@ -686,7 +689,7 @@ static int input (void );
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
int n; \
unsigned int n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \