Added the float type.
[portablexdr.git] / rpcgen_scan.l
index 10ed056..1a78235 100644 (file)
@@ -134,6 +134,7 @@ char       return CHAR;
 short      return SHORT;
 int        return INT;
 hyper      return HYPER;
+float      return FLOAT;
 double     return DOUBLE;
 string     return STRING;
 opaque     return OPAQUE;