Fixes "Uninitialized pointer field" defect reported by Coverity. Signed-off-by: Vinson Lee <vlee@freedesktop.org>tags/mesa-10.1-devel
ast_function::ast_function(void) | ast_function::ast_function(void) | ||||
: is_definition(false), signature(NULL) | |||||
: return_type(NULL), identifier(NULL), is_definition(false), | |||||
signature(NULL) | |||||
{ | { | ||||
/* empty */ | /* empty */ | ||||
} | } |