Sha256: 165cf189999ac00d51fa4cf682489d575849780942d3a819a21b7bdf7a88c30b

Contents?: true

Size: 368 Bytes

Versions: 11

Compression:

Stored size: 368 Bytes

Contents

'#--
'# Copyright (c) 2006-2007 Luis Lavena, Multimedia systems
'#
'# This source code is released under the MIT License.
'# See MIT-LICENSE file for details
'#++

#ifndef __BOOLEAN_BI__
#define __BOOLEAN_BI__

#undef BOOLEAN
type BOOLEAN as byte
#undef FALSE
const FALSE as byte = 0
#undef TRUE
const TRUE as byte = not FALSE

#endif ' __BOOLEAN_BI__

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
thin_service-0.0.7 src/thin_service/boolean.bi
thin_service-0.0.6 src/thin_service/boolean.bi
thin_service-0.0.5 src/thin_service/boolean.bi
thin_service-0.0.4 src/thin_service/boolean.bi
thin_service-0.0.3 src/thin_service/boolean.bi
thin_service-0.0.2 src/thin_service/boolean.bi
thin_service-0.0.1 src/thin_service/boolean.bi
mongrel_service-0.4.0 src/mongrel_service/boolean.bi
mongrel_service-0.4.beta3 src/mongrel_service/boolean.bi
mongrel_service-0.4.beta2 src/mongrel_service/boolean.bi
mongrel_service-0.4.beta1 src/mongrel_service/boolean.bi