1*087a28d1SDavid Gwynne /* 2*087a28d1SDavid Gwynne * This file and its contents are supplied under the terms of the 3*087a28d1SDavid Gwynne * Common Development and Distribution License ("CDDL"), version 1.0. 4*087a28d1SDavid Gwynne * You may only use this file in accordance with the terms of version 5*087a28d1SDavid Gwynne * 1.0 of the CDDL. 6*087a28d1SDavid Gwynne * 7*087a28d1SDavid Gwynne * A full copy of the text of the CDDL should have accompanied this 8*087a28d1SDavid Gwynne * source. A copy of the CDDL is also available via the Internet at 9*087a28d1SDavid Gwynne * http://www.illumos.org/license/CDDL. 10*087a28d1SDavid Gwynne */ 11*087a28d1SDavid Gwynne 12*087a28d1SDavid Gwynne /* 13*087a28d1SDavid Gwynne * This is a dummy lint file to pacify lint for bge, which due to its upstream, 14*087a28d1SDavid Gwynne * makes it, unfortunately, not realistic to lint. We have a dummy definition to 15*087a28d1SDavid Gwynne * ensure that we don't trigger lint's empty translation unit. 16*087a28d1SDavid Gwynne */ 17*087a28d1SDavid Gwynne 18*087a28d1SDavid Gwynne extern int bge_lint; 19