diff options
author | Martin Mares <mj@ucw.cz> | 1999-02-05 21:38:50 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-02-05 21:38:50 +0000 |
commit | 10d807d000155a6257f6fbad88eb72a8bf9045da (patch) | |
tree | d5a5d175b49efa2585a7e8aa3dd9b0114a9d01be /sysdep/unix/krt.Y | |
parent | e9e3dc265971fbf985c5df09cb1d98494c386581 (diff) |
Synced kernel interface to new interface.
Diffstat (limited to 'sysdep/unix/krt.Y')
-rw-r--r-- | sysdep/unix/krt.Y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdep/unix/krt.Y b/sysdep/unix/krt.Y index d4dd0824..7711f3ba 100644 --- a/sysdep/unix/krt.Y +++ b/sysdep/unix/krt.Y @@ -21,8 +21,8 @@ CF_GRAMMAR CF_ADDTO(proto, kern_proto '}') kern_proto_start: proto_start KERNEL { - if (!(this_proto = cf_krt_proto)) cf_error("Kernel protocol already defined"); - cf_krt_proto = NULL; + if (!(this_proto = cf_krt)) cf_error("Kernel protocol already defined"); + cf_krt = NULL; } ; |