commit | 4b29fe640ae852c04d5d87d0f9527bdc32177ad1 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Nov 12 18:46:23 2009 -0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Thu Nov 12 18:46:23 2009 -0800 |
tree | 310b38e74c5942a86975af4bcb32d3adab9b6e88 | |
parent | 85b3fcc5de004999756c1e90bcf845480217b3f6 [diff] [blame] |
eclair snapshot
diff --git a/init/parser.c b/init/parser.c index 33c1a68..affc80c 100644 --- a/init/parser.c +++ b/init/parser.c
@@ -127,6 +127,7 @@ { switch (*s++) { case 'c': + if (!strcmp(s, "opy")) return K_copy; if (!strcmp(s, "apability")) return K_capability; if (!strcmp(s, "lass")) return K_class; if (!strcmp(s, "lass_start")) return K_class_start;