Deleted Added
full compact
ldef.h (219019) ldef.h (235789)
1/* $FreeBSD: head/usr.bin/mkcsmapper/ldef.h 219019 2011-02-25 00:04:39Z gabor $ */
1/* $FreeBSD: head/usr.bin/mkcsmapper/ldef.h 235789 2012-05-22 16:33:10Z bapt $ */
2/* $NetBSD: ldef.h,v 1.2 2006/09/09 14:35:17 tnozaki Exp $ */
3
4/*-
5 * Copyright (c)2003, 2006 Citrus Project,
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 24 unchanged lines hidden (view full) ---

34 u_int32_t end;
35 u_int32_t width;
36} linear_zone_t;
37
38extern int debug;
39extern int line_number;
40extern int yyerror(const char *);
41extern int yylex(void);
2/* $NetBSD: ldef.h,v 1.2 2006/09/09 14:35:17 tnozaki Exp $ */
3
4/*-
5 * Copyright (c)2003, 2006 Citrus Project,
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 24 unchanged lines hidden (view full) ---

34 u_int32_t end;
35 u_int32_t width;
36} linear_zone_t;
37
38extern int debug;
39extern int line_number;
40extern int yyerror(const char *);
41extern int yylex(void);
42extern int yyparse(void);