1
1

Making test() static to quieten compiler

This commit was SVN r712.
Этот коммит содержится в:
David Daniel 2004-02-10 22:07:47 +00:00
родитель e755397026
Коммит 6ea89746de

Просмотреть файл

@ -15,7 +15,7 @@
#include "support.h"
#include "lam/lfc/lam_pointer_array.h"
void test(bool thread_usage){
static void test(bool thread_usage){
/* local variables */
lam_pointer_array_t *array;