> %type course_plot { std::vector<unsigned long>* }
>
> course_plot(V) ::= COURSE_PLOT_BEG course_plot_sector(A) .
>       {
>    
The issue is more what V is when the vector isn't created.


     Igmar
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to