/*
- * Copyright (c) 2017-2018 Tatsuo Ishii
+ * Copyright (c) 2017-2019 Tatsuo Ishii
*
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose and without fee is hereby
* Actually we only support text format only for now. To support
* binary format, we need a binary expression in the data file.
*/
+ send_byte(paramvals[i], paramlens[i], conn);
+#ifdef NOT_USED
if (ncodes == 0) /* text format? */
{
send_byte(paramvals[i], paramlens[i], conn);
else
send_byte(paramvals[i], paramlens[i], conn);
}
+#endif
}
}