{"body":";;; definition 1\n(defun expose-fixed-field-type (type-name)\n  (if (member type-name #.'(list \"ctype_int\" \"ctype_unsigned_int\" \"ctype_unsigned_long\" \"ctype__Bool\" \"ctype_long\") :test #'string=)\n      nil\n      t))\n\n;;; definition 2\n(defun expose-fixed-field-type (type-name)\n  (if (member type-name (load-time-value (list \"ctype_int\" \"ctype_unsigned_int\" \"ctype_unsigned_long\" \"ctype__Bool\" \"ctype_long\")) :test #'string=)\n      nil\n      t))\n","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/Tm81Ye4m","modified":1510415184,"id":"Tm81Ye4m","size":442,"lines":11,"own_paste":false,"theme":"","date":1510415184}