Changeset: 680b564da6c4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/680b564da6c4
Modified Files:
monetdb5/modules/atoms/mtime.c
Branch: extract_types
Log Message:
Fix output of function.
diffs (12 lines):
diff --git a/monetdb5/modules/atoms/mtime.c b/monetdb5/modules/atoms/mtime.c
--- a/monetdb5/modules/atoms/mtime.c
+++ b/monetdb5/modules/atoms/mtime.c
@@ -646,7 +646,7 @@ func1(MTIMEtimestamp_quarter,"timestamp_
timestamp_quarter, SETFLAGS, func1_noexcept,
DEC_VAR_R, DEC_VAR_R,
INIT_VARIN, INIT_VAROUT, GET_NEXT_VAR)
-func1(MTIMEtimestamp_month, "timestamp_month", timestamp, int,
+func1(MTIMEtimestamp_month, "timestamp_month", timestamp, bte,
timestamp_month, SETFLAGS, func1_noexcept,
DEC_VAR_R, DEC_VAR_R,
INIT_VARIN, INIT_VAROUT, GET_NEXT_VAR)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]