Changed the generation of symbols to the mknmlist script. Now symbols.h is not automatically generated so we can use it as a normal include file and remove symbols-def.h.

This commit is contained in:
adamdunkels 2007-01-24 16:11:48 +00:00
parent bea6aa5b3d
commit 83b348631f
6 changed files with 57 additions and 10 deletions

View file

@ -28,12 +28,12 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: symtab.c,v 1.6 2007/01/12 13:55:05 bg- Exp $
* @(#)$Id: symtab.c,v 1.7 2007/01/24 16:13:50 adamdunkels Exp $
*/
#include "symtab.h"
#include "loader/symbols-def.h"
#include "loader/symbols.h"
#include <string.h>