Deleted Added
full compact
ldef.h (235789) ldef.h (250984)
1/* $FreeBSD: head/usr.bin/mkcsmapper/ldef.h 235789 2012-05-22 16:33:10Z bapt $ */
1/* $FreeBSD: head/usr.bin/mkcsmapper/ldef.h 250984 2013-05-25 15:36:15Z ed $ */
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

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

31
32typedef struct {
33 u_int32_t begin;
34 u_int32_t end;
35 u_int32_t width;
36} linear_zone_t;
37
38extern int debug;
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

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

31
32typedef struct {
33 u_int32_t begin;
34 u_int32_t end;
35 u_int32_t width;
36} linear_zone_t;
37
38extern int debug;
39extern int line_number;
39extern int linenumber;
40extern int yyerror(const char *);
41extern int yylex(void);
40extern int yyerror(const char *);
41extern int yylex(void);