This commit is contained in:
		
							
								
								
									
										11
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| kind: pipeline | ||||
| type: docker | ||||
| name: hcl | ||||
|  | ||||
| steps: | ||||
| - name: build-with-gcc13 | ||||
|   image: docker.io/gcc:13.1.0 | ||||
|   commands: | ||||
|     - mkdir bld-gcc13 && cd bld-gcc13 | ||||
|     - ../configure | ||||
|     - make && make test | ||||
| @ -4111,7 +4111,7 @@ int hcl_attachio (hcl_t* hcl, hcl_ioimpl_t reader, hcl_ioimpl_t scanner, hcl_ioi | ||||
| 	if (reader) | ||||
| 	{ | ||||
| 		/* clear unneeded source stream names */ | ||||
| 		/*clear_sr_names (hcl, 0); */ | ||||
| 		/*clear_sr_names (hcl); <---- TODO: tricky to clean up here */ | ||||
|  | ||||
| 		/* initialize some other key fields */ | ||||
| 		hcl->c->nungots = 0; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user