blob: 923fde655b59ac088ab29c69c7eb5ae49843e523 [file] [log] [blame]
/*
Copyright 2002-2003 John Plevyak, All Rights Reserved
*/
#ifndef _scan_H_
#define _scan_H_
#include "d.h"
typedef struct ShiftResult {
D_Shift *shift;
d_loc_t loc;
} ShiftResult;
int scan_buffer(d_loc_t *loc, D_State *st, ShiftResult *result);
#endif