OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [common/] [parse.h] - Diff between revs 244 and 304

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 244 Rev 304
Line 23... Line 23...
#define COMMENT_CHAR    '#'
#define COMMENT_CHAR    '#'
#define DIRECTIVE_CHAR  '.'
#define DIRECTIVE_CHAR  '.'
#define LABELEND_CHAR   ":"
#define LABELEND_CHAR   ":"
/*#define OPERAND_DELIM ","*/
/*#define OPERAND_DELIM ","*/
 
 
 
/* Strip whitespace from the start and end of STRING.  Return a pointer
 
   into STRING. */
 
#ifndef whitespace
 
#define whitespace(a)   ((a) == '\t' ? 1 : ((a) == ' '? 1 : 0))
 
#endif
 
 
 
char *stripwhite (char *string);
 
char *dupstr (char *s);
char *strtoken(char *in, char *out, int which);
char *strtoken(char *in, char *out, int which);
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.