Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2016-03-26 00:29:20 +01:00
commit 6cddbe8493
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ specifying a variable with the name of the table."
table table (length headers) table))
(d
(format
"string %s_h (ulong row, string col) { return %s[row][get_column_num(%s_header,col)]; }"
"string %s_h (size_t row, string col) { return %s[row][get_column_num(%s_header,col)]; }"
table table table))))))
(provide 'ob-C)