|
From: harry e. <hac...@us...> - 2003-12-25 17:22:20
|
Module Name: pcb
Committed By: haceaton
Date: Thu Dec 25 17:22:19 UTC 2003
Modified Files:
pcb/src: autoroute.c copy.c dev_rs274x.c draw.c find.c macro.h
polygon.c print.c rubberband.c undo.c
Log Message:
using macro LAYER_PTR(n) to go from layer number to pointer.
this simplifies the code a little bit
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pcb/src/autoroute.c pcb/src/draw.c
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/copy.c pcb/src/macro.h pcb/src/polygon.c \
pcb/src/rubberband.c pcb/src/undo.c
cvs rdiff -r1.10 -r1.11 pcb/src/dev_rs274x.c
cvs rdiff -r1.2 -r1.3 pcb/src/find.c
cvs rdiff -r1.5 -r1.6 pcb/src/print.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|