mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
bitbake: Upgrade from 1.4 -> 1.7.4ish
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@863 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -27,13 +27,15 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include "Python.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
||||
struct lex_t {
|
||||
void* parser;
|
||||
void* scanner;
|
||||
FILE* file;
|
||||
FILE* file;
|
||||
char *name;
|
||||
PyObject *data;
|
||||
|
||||
int config;
|
||||
|
||||
void* (*parse)(void*, int, token_t, lex_t*);
|
||||
|
||||
void accept(int token, const char* sz = NULL);
|
||||
|
||||
Reference in New Issue
Block a user