Subversion Repositories HelenOS

Rev

Rev 4153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4153 Rev 4581
Line 47... Line 47...
47
 * not leaving garbage on the input if it does not recognize the specific
47
 * not leaving garbage on the input if it does not recognize the specific
48
 * sequence.
48
 * sequence.
49
 */
49
 */
50
 
50
 
51
#include <gsp.h>
51
#include <gsp.h>
52
#include <libadt/hash_table.h>
52
#include <adt/hash_table.h>
53
#include <stdlib.h>
53
#include <stdlib.h>
54
#include <stdio.h>
54
#include <stdio.h>
55
 
55
 
56
#define TRANS_TABLE_CHAINS 256
56
#define TRANS_TABLE_CHAINS 256
57
 
57