mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
The only exception to this is the SPICE simulator's use of component when referring to physical component (R, L, C, etc.) values.
7 lines
211 B
C++
7 lines
211 B
C++
/*
|
|
* Do not delete this file. It will eventually become the new symbol
|
|
* library file DSN lexer which will replace the current library and library
|
|
* document file formats.
|
|
*/
|
|
#include <cmp_library_lexer.h>
|