We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f16248 commit db9e880Copy full SHA for db9e880
PDFTronGo/pdftron.i
@@ -259,13 +259,13 @@ import "fmt"
259
260
// Apply gotype and cgoout typemaps to functions that return:
261
262
-// Primitives
+/*// Primitives
263
ERROR_HANDLING_TYPEMAP(bool)
264
ERROR_HANDLING_TYPEMAP(char)
265
ERROR_HANDLING_TYPEMAP(double)
266
ERROR_HANDLING_TYPEMAP(int)
267
ERROR_HANDLING_TYPEMAP(ptrdiff_t)
268
-ERROR_HANDLING_TYPEMAP(size_t)
+ERROR_HANDLING_TYPEMAP(size_t)*/
269
270
/*// Generate gotype and cgoout typemaps for void separately
271
%typemap(gotype, out) void "error"
0 commit comments