[Nickle] nickle: Branch 'master'
Bart Massey
bart at keithp.com
Thu Nov 19 10:22:35 PST 2009
string.5c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 168c8e3f857956401306d90f7bd3d3c8d17ad493
Author: Bart Massey <bart at cs.pdx.edu>
Date: Thu Nov 19 10:22:31 2009 -0800
made parse_csv_t public
diff --git a/string.5c b/string.5c
index 835dad9..1a234ea 100644
--- a/string.5c
+++ b/string.5c
@@ -188,7 +188,7 @@ extend namespace String {
(quote_context) { .oq = "\"", .cq = "\"", .qq = "\\"}
);
- typedef (string[*])(string) parse_csv_t;
+ public typedef (string[*])(string) parse_csv_t;
public parse_csv_t make_parse_csv(quote_context q)
/*
More information about the Nickle
mailing list