Fix unresolved implicit dependency of c_ppline.st state on c.st
[enscript.git] / states / hl / c_ppline.st
index 2bde859..fec44d5 100644 (file)
@@ -3,11 +3,10 @@
  * Objective-C highlighting rules.
  */
 
+require_state (c);
+
 state c_ppline extends CHighlight
 {
-  BEGIN {
-    require_state (c);
-  }
   /* Comments within a pre-processor line. */
   /\/\*/ {
     comment_face (true);