From 8899910bf728eb07a1988d0f092c631df2237c30 Mon Sep 17 00:00:00 2001 From: borutr Date: Wed, 7 Mar 2007 06:45:32 +0000 Subject: [PATCH] * device/lib/pic16/libdev/pic18f[24][34]31.c: search include files in the current directory git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4665 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ device/lib/pic16/libdev/pic18f2431.c | 2 +- device/lib/pic16/libdev/pic18f4431.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f510d9c..4c354c32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-07 Borut Razem + + * device/lib/pic16/libdev/pic18f[24][34]31.c: + serch include files in the current directory + 2007-03-04 Maarten Brock * src/SDCCglue.c (emitMaps, glue), diff --git a/device/lib/pic16/libdev/pic18f2431.c b/device/lib/pic16/libdev/pic18f2431.c index a10d77e3..c5abc3e6 100644 --- a/device/lib/pic16/libdev/pic18f2431.c +++ b/device/lib/pic16/libdev/pic18f2431.c @@ -8,5 +8,5 @@ * (c) 2007 by Raphael Neider */ -#include +#include "pic18f2331.c" diff --git a/device/lib/pic16/libdev/pic18f4431.c b/device/lib/pic16/libdev/pic18f4431.c index 1c0eddd1..58533d9d 100644 --- a/device/lib/pic16/libdev/pic18f4431.c +++ b/device/lib/pic16/libdev/pic18f4431.c @@ -8,5 +8,5 @@ * (c) 2007 by Raphael Neider */ -#include +#include "pic18f4331.c" -- 2.47.2