[BACK]Return to scan.l CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / config

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/config/scan.l between version 1.9 and 1.9.6.1

version 1.9, 2007/11/09 23:41:08 version 1.9.6.1, 2008/06/17 09:15:21
Line 135  defflag  return DEFFLAG;
Line 135  defflag  return DEFFLAG;
 defopt          return DEFOPT;  defopt          return DEFOPT;
 defparam        return DEFPARAM;  defparam        return DEFPARAM;
 defpseudo       return DEFPSEUDO;  defpseudo       return DEFPSEUDO;
   defpseudodev    return DEFPSEUDODEV;
 devclass        return DEVCLASS;  devclass        return DEVCLASS;
 device          return DEVICE;  device          return DEVICE;
 device-major    return DEVICE_MAJOR;  device-major    return DEVICE_MAJOR;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.6.1

CVSweb <webmaster@jp.NetBSD.org>